You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the remove command, the delete command will delete the variables in the argument list and its value from the stack. Very straightforward!
Note
After deleting the variable, the variable will no longer be present in the call stack, This means you may not use or reference the variable, it will simply turn out as undefined.