User Tools

Site Tools


prpl:refwrite

This is an old revision of the document!


<- 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.1506165269.txt.gz · Last modified: 2025/02/14 14:56 (external edit)