Pref::echo -- suppress displaying
of user inputs
IntroductionPref::echo(FALSE) suppresses the
displaying of user inputs.
Call(s)Pref::echo( <value>)
Parametersvalue |
- | TRUE, FALSE or NIL |
Returnsthe previously defined value
DetailsPref::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::echoworks 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.