<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
varname | [ string - ] |
Finds a local variable by string name and deletes it.
Warning: don't use –? (used in CW3), it deletes a variable named “?” and leaves the variable name on stack (when used like this: “varname” –?)
42 ->theAnswer --!("theAnswer") trace(<-theAnswer)