Pref::prompt
-- visible
``prompt''Pref::prompt
determines, whether the string in front of
any input line (the ``prompt'') will be printed.
Pref::prompt( <value>)
value |
- | TRUE (to enable the prompt),
FALSE (to disable the prompt), or NIL |
the last defined value
Pref::promptString
, Pref::echo
Pref::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
.Disabling the ``prompt'':
>> Pref::prompt(FALSE):
Pref::echo
, MuPAD can be caused to
be totally quiet, that only the output can be seen.