Pref::userOptions
--
additionally options when starting MuPADPref::userOptions(
)
returns additional
options, given by the user when calling MuPAD.
Pref::userOptions()
the user defined options as strings
"-U"
the user can define options, that can be used in the
MuPAD session.When enter MuPAD with the command mupad -U
"Hello World"
the current directory will be stored and can be
restored with Pref::userOptions
:
>> Pref::userOptions()
"Hello World"