This is an old revision of the document!
<- 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 compiles without warning, but doesn't do anything!
42 ->theAnswer --!("theAnswer") trace(<-theAnswer)