コマンド: !else分類: 変数関連

「if」の条件に当てはまらない場合を判断します

詳しくはチュートリアルを参照して下さい

例:
#top
!cls
!rnd $v1,100
!if $v1<21
$v1
当り
!stop
!else
$v1
外れ
!endif
!goto #top