Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.
UsingFrontEnd[expr] evaluates expr, making use of a front end if necessary.
Mathematica stands out from traditional computer languages in supporting many programming paradigms. Procedural programming is the only paradigm available in languages like C ...
MATHEMATICA HOW TO Tutorials » Sequences of Operations Evaluation See Also » CompoundExpression More About » Language Overview Mathematica Syntax Procedural Programming ...
ButtonNotebook[] gives the notebook, if any, that contains the button which initiated the current evaluation.
NumberMarks is an option for InputForm and related functions that specifies whether ` marks should be included in the printed forms of approximate numbers.
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...
$Post
(Built-in Mathematica Symbol) $Post is a global variable whose value, if set, is applied to every output expression.
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
IntegerQ[expr] gives True if expr is an integer, and False otherwise.