This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:refread [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:refread [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
<- [[.: | <- [[.: | ||
- | ===== < | + | ===== < |
^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.< | + | 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 === | ||
- | < | + | < |
trace( < | trace( < | ||
</ | </ | ||