info
Information about the current operating environment.
Syntax
Section titled “Syntax”v = info(info_type)Description
Section titled “Description”Returns environment info based on info_type:
'directory'— current path'numfile'— number of open files'osversion'— OS version string'recalc'— current recalculation mode ('Automatic'/'Manual')'release'— version of MathJet'system'—'pcdos'(Windows) or'mac'(macOS) or'linux'(Linux)
Examples
Section titled “Examples”info('release') % MathJet versioninfo('system') % 'pcdos'/'mac'/'linux'