Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
CellEventActions is an option for Cell that gives a list of actions to perform when specified events occur in connection with a cell in a notebook.
CellGroup[{cell_1, cell_2, ...}] gives an open group of cells that can appear in a Mathematica notebook.CellGroup[{cell_1, cell_2, ...}, 1] gives a cell group in which only ...
CellPrint[expr] inserts expr as a complete cell in the current notebook just below the cell being evaluated. CellPrint[{expr_1, expr_2, ...}] inserts a sequence of cells.
Clock
(Built-in Mathematica Symbol) Clock[] represents a clock variable whose value cycles continuously from 0 to 1 once per second when it appears inside a dynamically updated object such as a Dynamic. ...
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.
For
(Built-in Mathematica Symbol) For[start, test, incr, body] executes start, then repeatedly evaluates body and incr until test fails to give True.
MachineNumberQ[expr] returns True if expr is a machine-precision real or complex number, and returns False otherwise.