Continue[] exits to the nearest enclosing Do, For, or While in a procedural program.
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.
DefaultFormatType is an option for cells that specifies the format used for displaying expressions in a newly created cell.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.
DiscreteDelta[n_1, n_2, ...] gives the discrete delta function \[Delta] (n_1, n_2, ...), equal to 1 if all the n_i are zero, and 0 otherwise.
Editable is an option for displayed objects, cells, and notebooks that specifies whether their contents can be edited interactively using the front end.
ExpressionCell[expr] gives an expression cell that can appear in a Mathematica notebook. ExpressionCell[expr, " style"] gives an expression cell with the specified style.
FileDate["file"] gives the date and time at which a file was last modified. FileDate["file", " type"] gives information on the specified type of date associated with a file.
FindFile[name] finds the file with the specified name that would be loaded by Get[name] and related functions.