Skip to main content

variable definitions - How do I clear all user defined symbols?


Is there some way to do this other than going to Evaluation -> Quit kernel and firing a new one up?




Answer



Maybe this ?


ClearAll["Global`*"]

Comments