<- CRPL reference <- Vars and Functions
Arguments | Result | Notation |
---|---|---|
0 or 1 depending on if variable exists | s1 -- b1 |
Takes a string from the stack and uses it as a variable name. Checks to see if the variable exists (has been assigned). If so, 1 is pushed to the stack else 0.
# Build a string by concatenating "xy" and "z". "xy" "z" concat -?! trace