User Tools

Site Tools


ixe:irpl:variables:exists

This is an old revision of the document!


-?varname (Exists)

Syntax

-?VARNAME

Description

Checks to see if a variable with name VARNAME exists (has been assigned). If so, 1 (true) is pushed to the stack else 0 (false).

Examples

if (-?TheAnswer) # checks if the variable exists
    "We have the answer" Trace
else
    "We do not have the answer" Trace
endif
ixe/irpl/variables/exists.1736621463.txt.gz · Last modified: 2025/02/14 14:56 (external edit)