OpenerView[{expr_1, expr_2}] represents an object which displays as an opener, together with expr_1 if the opener is closed, and both expr_1 and expr_2 if it is ...
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
Widget["Timer"] creates a timed action.
InteractiveTradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. InteractiveTradingChart[{" name", ...
Nand
(Built-in Mathematica Symbol) Nand[e_1, e_2, ...] is the logical NAND function. It evaluates its arguments in order, giving True immediately if any of them are False, and False if they are all True.
Nor
(Built-in Mathematica Symbol) Nor[e_1, e_2, ...] is the logical NOR function. It evaluates its arguments in order, giving False immediately if any of them are True, and True if they are all False.
Item
(Built-in Mathematica Symbol) Item[expr, options] represents an item within constructs such as Grid, Overlay, and Manipulate that displays with expr as the content, and with the specified options applied ...
ToCompactXML[expr] generates an equivalent SymbolicXML expression that suppresses all the redundant namespace information for elements and attributes in expr. ...
Goto
(Built-in Mathematica Symbol) Goto[tag] scans for Label[tag], and transfers control to that point.
Label
(Built-in Mathematica Symbol) Label[tag] represents a point in a compound expression to which control can be transferred using Goto.