RawBoxes[boxes] is a low-level construct which is formatted as boxes without further interpretation.
Span
(Built-in Mathematica Symbol) i ;; j represents a span of elements i through j.i ;; represents a span from i to the end.;; j represents a span from the beginning to j.;; represents a span that includes ...
Distributions defined in this package have been added to the built-in Mathematica kernel. Random and RandomArray are replaced by RandomReal.
ImpliesQ[expr_1, expr_2] tests whether the expression expr_1 implies expr_2.
ContinuousExtension is an option to RungeKuttaOrderConditions and related functions that specifies whether to generate order conditions for continuous extensions of ...
RungeKuttaMethod is an option to ButcherPhi and related functions that specifies the type of method to be generated.
BubbleScale is an option to BubbleChart and related functions that specifies how the scale of each bubble should be determined from the value of each data element.
BubbleSizes is an option to BubbleChart and related functions that specifies the range of sizes used for bubbles.
Defer
(Built-in Mathematica Symbol) Defer[expr] yields an object that displays as the unevaluated form of expr, but that is evaluated if it is explicitly given as Mathematica input.
ImageSizeAction is an option for Pane and related constructs that specifies what to do if the specified ImageSize setting does not match the size of the contents.