OpenBoot 2.x Quick Reference

if-then-else Commands

Table 1-33 if-then-else Commands

else

( -- ) 

Execute the following code if if failed.

if

( flag -- ) 

Execute the following code if flag is true. 

then

( -- ) 

Terminate if...then...else.