OpenBoot 3.x コマンド・リファレンスマニュアル

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

表 I-35 if...then...elseコマンド

コマンド  

スタックダイアグラム 

説明 

if

( flag -- ) 

flagtrue の場合、次のコードを実行します。

else

( -- ) 

flagfalse の場合、次のコードを実行します。

then

( -- ) 

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