Pref::userOptions --
additionally options when starting MuPAD
IntroductionPref::userOptions() returns additional
options, given by the user when calling MuPAD.
Call(s)Pref::userOptions()
Returnsthe user defined options as strings
Details"-U" the user can define options, that can be used in the
MuPAD session.
Example
1When 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"