With no arguments, Options() simply lists the available options and the current values:
When one or more option names are given as arguments, those options will be listed with their current value:
When one or more equations of the form opt1=val1, opt2=val2, ... are given as arguments, the options opt1, opt2, ... will be set to the values val1, val2, ... and the resulting assignments will be echoed back:
Note that options supplied to the Compare command will always override those set by the Options command: