Placeholder[name] represents a placeholder labeled with name that indicates a place to type.Placeholder[] gives the empty placeholder \[Placeholder].
PrivateEvaluationOptions -> {opt_1 -> val_1, opt_2 -> val_2} is an option for selections that specifies settings for evaluation-related suboptions.
PrivateFontOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for various font suboptions.
SpellingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for spell checking.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
SyntaxForm is an option for InterpretationBox and TagBox objects that specifies the precedence level to use when the InterpretationBox or TagBox is considered as an operator.
UnitStep[x] represents the unit step function, equal to 0 for x < 0 and 1 for x >= 0. UnitStep[x_1, x_2, ...] represents the multidimensional unit step function which is 1 ...
$Post
(Built-in Mathematica Symbol) $Post is a global variable whose value, if set, is applied to every output expression.
The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...
PieChart[{y_1, y_2, ...}] makes a pie chart with sector angle proportional to y_1, y_2, ....PieChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a pie chart with ...