User Tools

Site Tools


ixe:irpl:flow_control:endif

Index
Flow Control

endif

endif

Description

Deimits the scope of an if-else-statement. Instructions between the if and endif statement are conditionally executed, depending on the results of the if evaluation.

Examples

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