Get/Set current prompt
currentprompt = prompt()
[currentprompt,pauselevel] = prompt()
prompt(userprompt)
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.
: