This is an old revision of the document!
⇐ Index
-?!
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