Pref::echo
-- suppress displaying
of user inputsPref::echo(
FALSE)
suppresses the
displaying of user inputs.
Pref::echo( <value>)
value |
- | TRUE , FALSE or NIL |
the previously defined value
Pref::echo(
FALSE)
suppresses the
displaying of user inputs. This is useful when using MuPAD
without frontend and inputs should not be printed on screen.
Pref::echo(
TRUE)
enables the printing of any
input.Pref::echo
works only in the terminal version of
MuPAD.Pref::echo
without arguments will return the
current value. The argument NIL
will reset the default
value, which is TRUE
.