Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
AdjustmentBox[box, opts] is a low-level box construct which displays with the placement of box adjusted using the options given.
DialogReturn[expr] closes a dialog window, returning the expression expr from the dialog.DialogReturn[] closes a dialog window, returning Null.
FullDefinition[symbol] prints as the definitions given for symbol, and all symbols on which these depend.
HoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.
InterpretationBox[boxes, expr] is a low-level box construct that displays as boxes but is interpreted on input as expr.
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
StringInsert["string", " snew", n] yields a string with " snew" inserted starting at position n in " string". StringInsert["string", " snew", -n] inserts at position n from ...
Built into Mathematica are a large number of special characters intended for use in mathematical and other notation. "Listing of Named Characters" gives a complete listing. ...
In addition to the ordinary characters that appear on a standard keyboard, you can include in Mathematica strings any of the special characters that are supported by ...