/usr/share/freemat/help/text/quiet.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | QUIET QUIET Control the Verbosity of the Interpreter
Usage
The quiet function controls how verbose the interpreter
is when executing code. The syntax for the function is
quiet flag
where flag is one of
- 'normal' - normal output from the interpreter
- 'quiet' - only intentional output (e.g. printf calls and
disp calls) is printed. The output of expressions that are not
terminated in semicolons are not printed.
- 'silent' - nothing is printed to the output.
The quiet command also returns the current quiet flag.
|