ReturnPacket[expr] is a MathLink packet that contains the expression expr, the result of an EvaluatePacket evaluation.
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
SampleRate is an option for sound primitives that specifies the number of samples per second to generate for sounds.
Shortest[p] is a pattern object that matches the shortest sequence consistent with the pattern p.
ShowCellTags is an option for Cell that specifies whether to display tags for a cell.
SuzukiGroupSuz[] represents the sporadic simple Suzuki group Suz.
TagBox
(Built-in Mathematica Symbol) TagBox[boxes, tag] is a low-level box construct that displays as boxes but maintains tag to guide the interpretation of boxes on input.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
WordSearch is an option for Find and FindList that specifies whether the text searched for must appear as a word.