User Tools

Site Tools


prpl:refread

Differences

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

Link to this comparison view

prpl:refread [2016/12/02 18:33] – external edit 127.0.0.1prpl:refread [2017/09/23 07:12] (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 Read)  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-|string| value| [string- value] |+name | value | [ string - value ] |
  
  
 === Description === === Description ===
-string ARG1: The string name of the heap variable to read.<p/> +name: The string name of the heap variable to read.
 Reads the contents of the local variable and pushes it to the stack. This allows dynamic reading of variables.  Reads the contents of the local variable and pushes it to the stack. This allows dynamic reading of variables. 
  
 === Examples === === Examples ===
-<code>42 ->someVar +<code prpl>42 ->someVar 
 trace( <-!("someVar") )  trace( <-!("someVar") ) 
 </code> </code>
  
prpl/refread.1480721628.txt.gz · Last modified: 2016/12/02 18:33 by 127.0.0.1