<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#vars_and_functions|Vars and Functions]] ===== --! (Ref Delete) ===== ^Arguments^Result^Notation^ | 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)