OpenBoot 3.x の手引き

if...then...else コマンド

表 1-33 if...then...else コマンド

else

( -- )

if の条件が成り立たない場合、次のコードを実行します。

if

( flag -- )

flag が true の場合、次のコードを実行します。 

then

( -- )

if...then...elseを終了します。