This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:refwrite [2014/10/01 19:02] – external edit 127.0.0.1 | crpl:docs:refwrite [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[crpl: | <- [[crpl: | ||
===== -> | ===== -> | ||
- | ^Arguments^Result^Notation^ | + | ===== Syntax ===== |
- | |Item to put into variable, name of variable | |'' | + | |
+ | < | ||
- | === Description === | + | ===== Description ===== |
- | Pops a name of a variable | + | |
- | === Examples === | + | Pops a value from the stack and treats it as a variable |
- | < | + | |
+ | ===== Examples ===== | ||
+ | |||
+ | < | ||
# Build a string by concatenating " | # Build a string by concatenating " | ||
# Store the number 123 in the variable named " | # Store the number 123 in the variable named " | ||
123 " | 123 " | ||
<-xyz trace | <-xyz trace | ||
- | </ | + | </ |