MathematicaScript is an interpreter for standalone executable Mathematica scripts.
CreateDialog[expr] creates a dialog notebook containing expr and opens it in the front end.CreateDialog[expr, obj] replaces the notebook represented by the notebook object ...
CreatePalette[expr] creates a palette notebook containing expr, and opens it in the front end.CreatePalette[{expr_1, expr_2, ...}] creates and opens a palette notebook ...
EncroachingListSet[p] constructs the encroaching list set associated with permutation p.
GrayCodeSubsets[l] constructs a binary reflected Gray code on set l.
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
WindowStatusArea is a notebook option that specifies what should appear in the status area in the frame of the window used to display the notebook.
Mathematica can represent bit vectors of arbitrary length as integers, and uses highly optimized algorithms—including several original to Wolfram Research—to perform bitwise ...
Mathematica provides efficient system-independent direct access to all aspects of files of any size.