Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
prompt
Get/Set current prompt
Calling Sequence
currentprompt = prompt() [currentprompt,pauselevel] = prompt() prompt(userprompt)
Arguments
- currentprompt
 a string: current prompt returned as a character string.
- pauselevel
 an integer: current pause level.
- userprompt
 a string: prompt to display for next user input. Then current prompt will be used again.
Description
currentprompt = prompt() gets the current
            prompt.
prompt(userprompt) sets the prompt.
Examples
| Report an issue | ||
| << lines | Console | tohome >> |