Skip to content

class MpArguments

Reference:

😱 Types incomplete or incorrect? 🙏 Please contribute!


fields


MpArguments.error_line


MpArguments.error_line : integer?

error line width, default 79

MpArguments.print_line


MpArguments.print_line : integer?

line length in ps output 100

MpArguments.random_seed


MpArguments.random_seed : integer?

the initial random seed variable

MpArguments.interaction


MpArguments.interaction : nil

the interaction mode, default errorstop

MpArguments.job_name


MpArguments.job_name : string?

--jobname, default mpout

MpArguments.find_file


MpArguments.find_file : MpFindFileFunc?

a function to find files only local files

MpArguments.run_script


MpArguments.run_script : MpRunScriptFunc?

MpArguments.make_text


MpArguments.make_text : MpMakeTextFunc?

MpArguments.script_error


MpArguments.script_error : MpScriptErrorFunc?

MpArguments.extensions


MpArguments.extensions : integer?

MpArguments.math_mode


MpArguments.math_mode : nil

the number system to use, default scaled

MpArguments.utf8_mode


MpArguments.utf8_mode : boolean?