Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> Console > prompt

prompt

カレントのプロンプトを取得/設定

呼び出し手順

currentprompt = prompt()
[currentprompt,pauselevel] = prompt()
prompt(userprompt)

パラメータ

currentprompt

文字列: カレントのプロンプトを文字列として返します.

pauselevel

整数: カレントのポーズレベル.

userprompt

文字列: 次のユーザ入力で表示されるプロンプト. この後,カレントの が再び使用されます.

説明

currentprompt = prompt() はカレントのプロンプトを 取得します.

prompt(userprompt) はプロンプトを設定します.

参照

  • pause — 中断モード, キーボード入力を待つ
  • input — ユーザ入力用のプロンプト
Report an issue
<< lines Console tohome >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Apr 01 10:25:14 CEST 2015