This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:refwrite [2013/05/31 14:17] – Notation was false. Inverted. Molay | 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 ===== |
- | | | |'' | + | |
+ | < | ||
- | === 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 | ||
- | </ | + | </ |