general

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
general [2014/11/05 11:07] – [Most Important Commands] gawrilowgeneral [2014/11/05 11:15] – [Custom variables] gawrilow
Line 130: Line 130:
     ? ''%%reset_custom $name{key};%%''     ? ''%%reset_custom $name{key};%%''
     :: restore the default value     :: restore the default value
-  .. Both commands come into effect immediately, but also mark the variable as changed, so that the new value will also appear in your personal customization file after the session end.  You can also change the custom variables for the rest of current session only, without updating the file -- by a plain assignment.  If you want to change some value temporarily, just to influence the evaluation of the next expression, write ''local'' keyword in front of the assignment.  (It's not polymake's black magic, just normal perl operator.)+  .. Both commands come into effect immediately, but also mark the variable as changed, so that the new value will also appear in your personal customization file after the session end.  You can also change the custom variables for the rest of current session only, without updating the file -- by a plain assignment.  If you want to change some value temporarily, just to influence the evaluation of the next expression, write the ''local'' keyword instead of ''set_custom''.  (It's not polymake's black magic, just normal perl operator.)
  
 ==== Preferences ==== ==== Preferences ====