Skip to content

Instantly share code, notes, and snippets.

@Vitosh
Created May 2, 2018 10:32
Show Gist options
  • Save Vitosh/73a5fd7099e47f4fbd22162de9070c83 to your computer and use it in GitHub Desktop.
Save Vitosh/73a5fd7099e47f4fbd22162de9070c83 to your computer and use it in GitHub Desktop.
Write in the immediate window the following:
s = "2"
?[s]
?Evaluate(s)
a = 2
?[a]
?Evaluate(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment