This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:refwrite [2021/01/13 22:43] – created virgilw | 4rpl:commands:refwrite [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | + | < |
- | < | + | |
- | === Syntax | + | ====== |
- | <-VAR | + | |
- | === Description === | + | ===== Syntax ===== |
- | Pops a name of a variable | + | |
+ | < | ||
+ | |||
+ | ===== Description | ||
+ | |||
+ | Pops a value from the stack and treats it as a variable | ||
+ | |||
+ | ===== Examples ===== | ||
- | === Examples === | ||
<code 4rpl> | <code 4rpl> | ||
# Build a string by concatenating " | # Build a string by concatenating " | ||
Line 14: | Line 18: | ||
123 " | 123 " | ||
<-xyz trace | <-xyz trace | ||
- | </ | + | </ |
+ | |||
+ | ~~NOTOC~~ |