/usr/share/freemat/help/text/script.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 | SCRIPT SCRIPT Script Files
Usage
A script is a sequence of FreeMat commands contained in a
.m file. When the script is called (via the name of the
file), the effect is the same as if the commands inside the
script file were issued one at a time from the keyboard.
Unlike function files (which have the same extension,
but have a function declaration), script files share
the same environment as their callers. Hence, assignments,
etc, made inside a script are visible to the caller (which
is not the case for functions.
|