This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:refwrite [2013/01/14 18:39] – created virgilw | crpl:docs:refwrite [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | <- [[crpl: |
+ | |||
+ | ===== -> | ||
+ | |||
+ | ===== Syntax ===== | ||
+ | |||
+ | < | ||
+ | |||
+ | ===== Description ===== | ||
+ | |||
+ | Pops a value from the stack and treats it as a variable name, then pops another value from the stack and assigns it to that variable. | ||
+ | |||
+ | ===== Examples ===== | ||
+ | |||
+ | <code 4rpl> | ||
+ | # Build a string by concatenating " | ||
+ | # Store the number 123 in the variable named " | ||
+ | 123 " | ||
+ | <-xyz trace | ||
+ | </ | ||
+ |