OpenBoot 3.x Command Reference Manual

if-else-then Commands

Table I-35 if-else-then Commands

Command  

Stack Diagram 

Description 

if

( flag -- ) 

Execute the following code when flag is true.

else

( -- ) 

Execute the following code when flag is false.

then

( -- ) 

Terminate ifthenelse.