/usr/share/freemat/help/text/disp.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 | DISP DISP Display a Variable or Expression
Usage
Displays the result of a set of expressions. The disp function
takes a variable number of arguments, each of which is an expression
to output:
disp(expr1,expr2,...,exprn)
This is functionally equivalent to evaluating each of the expressions
without a semicolon after each.
|