Year
(Units Package Symbol) Year is a unit of time.
SetCoordinates[coordsys] sets the default coordinate system to be coordsys with default variables. SetCoordinates[coordsys[c_1, c_2, c_3]] sets the default coordinate system ...
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
ChoiceDialog[expr] puts up a standard choice dialog that displays expr together with OK and Cancel buttons, and returns True if OK is clicked and False if Cancel is ...
FontFamily is an option for Style and Cell that specifies the font family in which text should be rendered.
Offset
(Built-in Mathematica Symbol) Offset[{dx, dy}, position] gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
Put
(Built-in Mathematica Symbol) expr >> filename writes expr to a file. Put[expr_1, expr_2, ..., " filename"] writes a sequence of expressions expr_i to a file. Put["filename "] creates an empty file with ...
Scaled
(Built-in Mathematica Symbol) Scaled[{x, y, ...}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole plot range in each direction. Scaled[{dx, dy, ...
SelectedNotebook[] gives the currently selected notebook in the front end.
Share
(Built-in Mathematica Symbol) Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used. Share[] tries to minimize the memory used to store all expressions.