ColumnLines is an option for the low-level function GridBox which specifies whether lines should be drawn between adjacent columns.
ColumnSpacings is an option for the low-level function GridBox which specifies the spaces in ems that should be inserted between adjacent columns.
CommonDefaultFormatTypes -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option that specifies default formats for newly created cells.
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.
Compress[expr] gives a compressed representation of expr as a string.
Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
ContinuousAction is an option for Manipulate, Slider, and related functions that specifies whether action should be taken continuously while controls are being moved.
ControllerMethod is an option for Manipulate, Graphics3D, Plot3D, and related functions that specifies the default way that controls on an external controller device should ...
DatePlus[date, n] gives the date n days after date.DatePlus[date, {n, " unit"}] gives the date n units after date.DatePlus[date, {{n_1, "unit_1"}, {n_2, "unit_2"}, ...}] ...
DeclarePackage["context`", {"name_1", "name_2", ...}] declares that Needs["context`"] should automatically be executed if a symbol with any of the specified names is ever ...