/usr/share/freemat/help/text/computer.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 | COMPUTER COMPUTER Computer System FreeMat is Running On
Usage
Returns a string describing the name of the system FreeMat is running on.
The exact value of this string is subject to change, although the 'MAC'
and 'PCWIN' values are probably fixed.
str = computer
Currently, the following return values are defined
- 'PCWIN' - MS Windows
- 'MAC' - Mac OS X
- 'UNIX' - All others
|