<- PRPL reference <- Vars and Functions

--! (Ref Delete)

ArgumentsResultNotation
varname [ string - ]

Description

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” –?)

Examples

42 ->theAnswer 
--!("theAnswer") 
trace(<-theAnswer)