コマンド:!repeat p1分類: スクリプト・コントロール

「!repeat」「!loop」による繰り返しを中断します


例:
!repeat
テスト
!if $cnt>100
!break
!endif
!loop
中断しました
!stop