Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
resume
リターンまたは復帰実行およびローカル変数をコピー
呼出し手順
resume [x1,..,xn]=resume(a1,..,an)
Parameters
- x
...
説明
関数内で resume
は関数の実行を中断します.また,
[..]=resume(..)
は関数の実行を中断,
ローカル変数ai
をコールした側の環境の
名前xi
に代入します.
pause
モードの場合, より低いレベルに戻ることができます.
[..]=resume(..)
はより低いレベルに戻り,
ローカル変数ai
をコールした側の環境の
名前xi
に代入します.
関数によりコールされるexecstr
の場合,
[..]=resume(..)
はその関数の実行を停止し,
ローカル変数ai
をコールした側の環境の
名前xi
に代入します.
resume
は return
と等価です.
Report an issue | ||
<< pause | Control flow | return >> |