SystemOptions["name"] gives the current setting for the internal system option with the specified name.SystemOptions[] gives the current settings for all settable internal ...
TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
TableDepth is an option for TableForm and MatrixForm which specifies the maximum number of levels to be printed in tabular or matrix format.
TableDirections is an option for TableForm and MatrixForm which specifies whether successive dimensions should be arranged as rows or columns.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
ToLowerCase[string] yields a string in which all letters have been converted to lowercase.
TraceAbove is an option for Trace and related functions which specifies whether to include evaluation chains which contain the evaluation chain containing the pattern form ...
TraceBackward is an option for Trace and related functions which specifies whether to include preceding expressions on the evaluation chain that contains the pattern form ...
TraceForward is an option for Trace and related functions which specifies whether to include later expressions on the evaluation chain that contains the pattern form sought.
TraceOff is an option for Trace and related functions which specifies forms inside which tracing should be switched off.