This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:refread [2021/01/13 22:42] – created virgilw | 4rpl:commands:refread [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | + | < |
- | < | + | |
- | === Syntax | + | ====== |
- | <-! | + | |
- | === Description | + | ===== Syntax ===== |
- | Pops a string from the stack and then treats that as a variable name to read. This allows dynamic reading of variables. | + | |
- | === Examples === | + | < |
- | <code 4rpl>42 ->abc | + | |
- | #prints 42 | + | ===== Description ===== |
- | trace( | + | |
+ | Pops a string from the stack and then treats that as a variable name to read. This allows dynamic reading of variables. | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | <code 4rpl> | ||
+ | 42 ->abc | ||
+ | " | ||
+ | |||
+ | < | ||
</ | </ | ||
+ | |||
+ | ~~NOTOC~~ | ||
+ |