Blank
(Built-in Mathematica Symbol) _or Blank[] is a pattern object that can stand for any Mathematica expression. _h or Blank[h] can stand for any expression with head h.
Center
(Built-in Mathematica Symbol) Center is a symbol that represents the center for purposes of alignment and positioning.
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.
Default
(Built-in Mathematica Symbol) Default[f] gives the default value for arguments of the function f obtained with a _. pattern object. Default[f, i] gives the default value to use when _. appears as the ...
DelimiterFlashTime is an option for cells and notebooks that specifies how long in seconds a delimiter should flash when its matching delimiter is entered.
NotebooksMenu is a global option that specifies which recently opened notebooks are listed under the File menu.
expr >>> filename appends expr to a file. PutAppend[expr_1, expr_2, ..., " filename"] appends a sequence of expressions expr_i to a file.
SampledSoundList[{a_1, a_2, ...}, r] is a sound primitive that represents a sound whose amplitude has levels a_i sampled r times a second.
StandardForm[expr] prints as the standard Mathematica two-dimensional representation of expr.
x - y is equivalent to x + (-1*y).