Currently, assigning variables from the command bar without using the local keyword will store those variables in the environment’s namespace:
As you can see in the video, pressing the broom-sweep button to clear the output does get rid of the visible text, but does not clear the console’s namespace of previously assigned global variables.
It would make sense for this namespace to be reset when the console is cleared deliberately like this.
I’ve been sitting here trying to imagine a scenario where my idea makes sense and I realize that I have no answer to that. This idea just seemed like a no-brainer to me until I thought it through some more. I also now know what the word clobbered means in a programming setting. Thank you for the response