Total
(Built-in Mathematica Symbol) Total[list] gives the total of the elements in list. Total[list, n] totals all elements down to level n. Total[list, {n}] totals elements at level n. Total[list, {n_1, n_2}] ...
Uninstall[link] terminates an external program started by Install, and removes Mathematica definitions set up by it.
Unique
(Built-in Mathematica Symbol) Unique[] generates a new symbol, whose name is of the form $nnn. Unique[x] generates a new symbol, with a name of the form x$nnn. Unique[{x, y, ...}] generates a list of new ...
UpValues[f] gives a list of transformation rules corresponding to all upvalues defined for the symbol f.
VertexLabelStyle is an option and property for Graph and related functions that specifies the style to use for vertex labels.
WindowTitle is an option that specifies the title to give for a window.
$CurrentLink is the LinkObject representing the MathLink connection for an external program currently being installed or being called.
$ImportFormats gives a list of import formats currently supported in your Mathematica system.
$MaxMachineNumber is the largest machine-precision number that can be used on a particular computer system.
$Pre
(Built-in Mathematica Symbol) $Pre is a global variable whose value, if set, is applied to every input expression.