x-- decreases the value of x by 1, returning the old value of x.
--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.
TimesBy
(Built-in Mathematica Symbol) x *= c multiplies x by c and returns the new value of x.
MathLink allows you to run external programs under whatever debugger is provided in your software environment. MathLink-compatible programs are typically set up to take ...
Mathematica provides important functionality through accessing the internet. Most Mathematica functions that provide computable data operate by loading data over the ...
Mathematica lets you determine the final rendered color of a 3D surface using simulated lighting, reflection, and glow. With the Glow option, you can color a 3D surface ...
CellGroupingRules is an option for cells that specifies the rules used for grouping a cell.
Interleaving is an option for Image and related functions that specifies whether data corresponding to different channels in an object such as an image should be interleaved.
BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.