説明
for
または while
ループの中で, コマンド break
は
ループを強制的に終了します.
参照
履歴
バージョン | 記述 |
6.0.0 | break is now protected:
Assignments like break=1 are no longer possible. |
Report an issue | ||
<< abort | Control flow | case >> |
for
または while
ループの中で, コマンド break
は
ループを強制的に終了します.
バージョン | 記述 |
6.0.0 | break is now protected:
Assignments like break=1 are no longer possible. |
Report an issue | ||
<< abort | Control flow | case >> |