x++ increases 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.
CounterAssignments is an option for selections that sets the value of a specified counter.
In doing many kinds of calculations, you need to evaluate expressions when variables take on particular values. In many cases, you can do this simply by applying ...
GTOPO30
(Mathematica Import/Export Format) GTOPO30 global topographic data. United States Geological Survey (USGS) standard. Distribution format for a global digital elevation model (DEM) with 30-arc-second grid ...
Mathematica can efficiently exchange data in all standard numerical formats—allowing convenient symbolic specification of data subsets and data elements.
ContextToFileName["context"] gives the string specifying the file name that is by convention associated with a particular context.
NumberPoint is an option for NumberForm and related functions which gives the string to use as a decimal point.
StackInhibit[expr] evaluates expr without modifying the evaluation stack.