Variables that are not able to be deleted using the GUI

  1. What browsers show this problem? Google Chrome
  2. Project Here
  3. Describes the steps to reproduce this issue: Run this block: creates%20variables%20undeletable%20with%20the%20GUI%20script%20pic%20(1)
  4. This script creates and shows a "(temporary)" variable that is not shown in the variable list.
  5. What Snap! should do instead: let the variable be deleted without using code

Sigh. This is less pleasing than your previous effort, because of the while true script that keeps creating variables over and over.

But your proposed solution is wrong. What we'll do is make sure that the variable name you're trying to use is in fact a string, and throw an error if not. Up soon.