User Tools

Site Tools


prpl:refwrite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

prpl:refwrite [2016/12/02 18:33] – external edit 127.0.0.1prpl:refwrite [2017/09/23 07:14] (current) – added syntax highlighting kajacx
Line 1: Line 1:
 <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#vars_and_functions|Vars and Functions]] <- [[.:prplreference| PRPL reference]] <- [[.:prplreference#vars_and_functions|Vars and Functions]]
  
-=====  ->  =====+=====  ->(Ref Write)  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-|value string|| [value string-] |+| value name | | [ value string - ] |
  
  
 === Description === === Description ===
-value ARG1: The value to store.<br/>  +value: The value to store. 
-string ARG2: The string name of the heap variable to write to.<p/> +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.  Pops a name of a variable and an item from the stack and stores the item in the variable. 
  
 === Examples === === Examples ===
-<code>->!(42 "someVar"+<code prpl>->!(42 "someVar"
 trace(<-someVar)  trace(<-someVar) 
 </code> </code>
  
prpl/refwrite.1480721628.txt.gz · Last modified: 2016/12/02 18:33 by 127.0.0.1