LeafCount[expr] gives the total number of indivisible subexpressions in expr.
PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
StringForm["controlstring", expr_1, ...] prints as the text of the controlstring, with the printed forms of the expr_i embedded.
Power series are represented in Mathematica as SeriesData objects. The power series is printed out as a sum of terms, ending with O[x] raised to a power. Internally, however, ...
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
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.
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
XMLGet["file"] returns the XML expression tree corresponding to the contents of " file".XMLGet["file", parser] uses the pre-initialized XMLParser object to parse the file. ...