Pref::prompt -- visible
``prompt''
IntroductionPref::prompt determines, whether the string in front of
any input line (the ``prompt'') will be printed.
Call(s)Pref::prompt( <value>)
Parametersvalue |
- | TRUE (to enable the prompt),
FALSE (to disable the prompt), or NIL |
Returnsthe last defined value
Related
FunctionsPref::promptString, Pref::echo
DetailsPref::prompt(FALSE) the ``prompt'' can be
disabled (and also be enabled again with
Pref::prompt(TRUE)).Pref::prompt without arguments will return
the current value. The argument NIL will reset the default
value, which is TRUE.
Example
1Disabling the ``prompt'':
>> Pref::prompt(FALSE):
BackgroundPref::echo, MuPAD can be caused to
be totally quiet, that only the output can be seen.