This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:refread [2013/01/14 18:40] – created virgilw | crpl:docs:refread [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 === | ||
+ | < | ||
+ | # Store a number in the variable named xyz | ||
+ | 123 ->xyz | ||
+ | # Build a string by concatenating " | ||
+ | # The result is " | ||
+ | # The result of the read is pushed to the stack and traced. | ||
+ | " | ||
+ | <-! trace | ||
+ | </ | ||
+ |