Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
prompt
カレントのプロンプトを取得/設定
呼び出し手順
currentprompt = prompt() [currentprompt,pauselevel] = prompt() prompt(userprompt)
パラメータ
- currentprompt
文字列: カレントのプロンプトを文字列として返します.
- pauselevel
整数: カレントのポーズレベル.
- userprompt
文字列: 次のユーザ入力で表示されるプロンプト. この後,カレントの が再び使用されます.
説明
currentprompt = prompt()
はカレントのプロンプトを
取得します.
prompt(userprompt)
はプロンプトを設定します.
Report an issue | ||
<< %onprompt | Console | tohome >> |