This is an old revision of the document!
<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
string | bool | [string- bool] |
string ARG1: The string name of the heap variable to check.<p/> Takes a string from the stack and uses it as a variable name. Checks to see if the variable exists (has been assigned). If so, 1 is pushed to the stack else 0.
42 ->somevar trace(-?!("somevar"))