User Tools

Site Tools


prpl:refwrite

<- PRPL reference <- Vars and Functions

->! (Ref Write)

ArgumentsResultNotation
value name [ value string - ]

Description

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.

Examples

->!(42 "someVar") 
trace(<-someVar) 
prpl/refwrite.txt · Last modified: 2017/09/23 07:14 by kajacx