User Tools

Site Tools


ixe:irpl:flow_control:else

Index
Flow Control

else

else

Description

When an if statement evaluates to false, then the statements following the else, up to the endif, are executed instead.

Examples

if (<-var eq (1))
   #Do something
else
   #Do something else
endif
ixe/irpl/flow_control/else.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1