1
$\begingroup$

I've noticed that in a notebook, if I define a variable, and then delete the definition, the variable stays assigned. Is there a quick way to see all the variables that are assigned? I can find them by using the debugger, but it is kind of tedious for a quick check.

  • 2
    `?Global\`*` works.2011-12-22

1 Answers 1