User Tools

Site Tools


crpl:docs:refexists

This is an old revision of the document!


-?!

ArgumentsResultNotation
0 or 1 depending on if variable exists s1 – b1

Description

Takes a string from the stack and uses it as a variable name. Checks to see if the varialbe exists (has been assigned). If so, 1 is pushed to the stack else 0.

Examples

# Build a string by concatenating "xy" and "z". 
"xy" "z" concat 
-?! trace
crpl/docs/refexists.1358189218.txt.gz · Last modified: 2025/02/14 14:56 (external edit)