<- PRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
value name | [ value string - ] |
value: The value to store. name: The string name of the heap variable to write to. Pops a name of a variable and an item from the stack and stores the item in the variable.
->!(42 "someVar") trace(<-someVar)