<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#vars_and_functions|Vars and Functions]] ===== ->! (Ref Write) ===== ^Arguments^Result^Notation^ | 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)