This is an old revision of the document!
<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
string | value | [string- value] |
string ARG1: The string name of the heap variable to read.<p/> Reads the contents of the local variable and pushes it to the stack. This allows dynamic reading of variables.
42 ->someVar trace( <-!("someVar") )