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