Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
TotalWidth is an option which can be set for output streams to specify the maximum total number of characters of text that should be printed for each output expression. Short ...
Transpose[list] transposes the first two levels in list. Transpose[list, {n_1, n_2, ...}] transposes list so that the k\[Null]^th level in list is the n_k\[Null]^th level in ...
Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
Unequal
(Built-in Mathematica Symbol) lhs != rhs or lhs != rhs returns False if lhs and rhs are identical.
Unset
(Built-in Mathematica Symbol) lhs =. removes any rules defined for lhs.
$DateStringFormat gives the default format to use for date strings generated by DateString.
$FrontEndSession is a global symbol that represents the current session of the front end from which the kernel is being run.
$Messages gives the list of files and pipes to which message output is sent.
$Post
(Built-in Mathematica Symbol) $Post is a global variable whose value, if set, is applied to every output expression.