This is an old revision of the document!
⇐ Index
<-VAR
Pops a name of a variable and an item from the stack and stores the item in the variable.
# Build a string by concatenating "xy" and "z". # Store the number 123 in the variable named "xyz". 123 "xy" "z" concat ->! <-xyz trace