SelectionEvaluateCreateCell[notebook] takes the current selection in a notebook and creates a new cell containing the result obtained by evaluating the contents of the ...
Shallow
(Built-in Mathematica Symbol) Shallow[expr] prints as a shallow form of expr. Shallow[expr, depth] prints with all parts of expr below the specified depth given in skeleton form. Shallow[expr, {depth, ...
SkeletonTransform[image] gives the skeleton transform of image, in which the value of each skeleton pixel is its distance to the nearest background ...
SquaresR[d, n] gives the number of ways r_d (n) to represent the integer n as a sum of d squares.
StartScheduledTask[obj] starts the task represented by obj.
StringReverse["string"] reverses the order of the characters in " string".
TextJustification is an option for Cell and Inset which specifies how much lines of text can be stretched in order to make them be the same length.
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}] ...
TraceDialog[expr] initiates a dialog for every expression used in the evaluation of expr. TraceDialog[expr, form] initiates a dialog only for expressions which match form. ...
UnderoverscriptBox[x, y, z] is the low-level box representation for x_y^z in notebook expressions.