MemoryConstrained[expr, b] evaluates expr, stopping if more than b bytes of memory are requested. MemoryConstrained[expr, b, failexpr] returns failexpr if the memory ...
--x decreases the value of x by 1, returning the new value of x.
++x increases the value of x by 1, returning the new value of x.
RasterSize is an option for Rasterize and related functions that determines the absolute pixel size of the raster generated.
RecordSeparators is an option for Read, Find, and related functions that specifies the list of strings to be taken as delimiters for records.
StyleData["style"] is a low-level representation of the contents of a style definition cell.StyleData["style", " environment"] represents the contents of a style definition ...
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
TraceOff is an option for Trace and related functions which specifies forms inside which tracing should be switched off.
Unset
(Built-in Mathematica Symbol) lhs =. removes any rules defined for lhs.
$ContextPath is a global variable that gives a list of contexts, after $Context, to search in trying to find a symbol that has been entered.