<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
name | bool | [ string - bool ] |
name : The string name of the heap variable to check. 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"))