/usr/share/freemat/help/text/global.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 | GLOBAL GLOBAL Global Variables
Usage
Global variables are shared variables that can be
seen and modified from any function or script that
declares them. The syntax for the global statement
is
global variable_1 variable_2 ...
The global statement must occur before the variables
appear.
|