User Tools

Site Tools


ixe:irpl:flow_control:if

if

if (<-var1 eq (<-var2))

Description

Evaluate the first element on the stack. If True, then execute statements that follow, up to the endif or else statement. If False, execution skips to the first statement following the endif or else statement. Any nonzero value is considered True, a value of zero is False.

Examples

if (<-var eq (1))
   #Do Something
endif
ixe/irpl/flow_control/if.txt · Last modified: 2025/01/10 12:26 by Up-Level