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: 2025/02/14 14:57 by 127.0.0.1