Mathematica allows arbitrary hierachical namespaces. However, several standard "contexts" are conventionally used for predefined purposes.
FileByteCount["file"] gives the number of bytes in a file.
At the core of Mathematica is its highly developed symbolic language, which unifies a broad range of programming paradigms and uses its unique concept of symbolic programming ...
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
Piecewise[{{val_1, cond_1}, {val_2, cond_2}, ...}] represents a piecewise function with values val_i in the regions defined by the conditions cond_i. Piecewise[{{val_1, ...
Show Expression toggles between the expression and display forms of a cell.
Mathematica options starts the full Mathematica system including notebook interface on Windows and Mac.
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
Language is a global option that specifies the language in which menus, dialog boxes, error messages, and help files are displayed.
$BatchOutput is True if output in the current session is being sent in batch mode, suitable for reading by other programs.