OpenBoot 3.x Quick Reference

if-else-then Commands

Table 1-34 if-else-then Commands

else

( -- )

Execute the following code if if failed.

if

( flag -- )

Execute the following code if flag is true. 

then

( -- )

Terminate if...else...then.