This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| crpl:docs:refwrite [2013/12/19 16:41] – updated title Clean0nion | 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 | ||
| - | </ | + | </ |