Install
(Built-in Mathematica Symbol) Install["name"] starts a MathLink-compatible external program and installs Mathematica definitions to call functions in it.
MedianDeviation[list] gives the median absolute deviation from the median of the elements in list.
MovingMedian[list, r] gives the moving median of list, computed using spans of r elements.
StreamPosition[stream] returns an integer that specifies the position of the current point in an open stream.
WindowOpacity is a notebook option that determines the overall opacity of a displayed window.
WindowToolbars is a notebook option that specifies the toolbars to include at the top of the window used to display the notebook on the screen.
$AssertFunction specifies a function to apply to assertions that fail.
$SystemCharacterEncoding gives the default raw character encoding for the computer system on which Mathematica is being run.
$VersionNumber is a real number which gives the current Mathematica kernel version number, and increases in successive versions.
When you do long calculations, it is often convenient to give names to your intermediate results. Just as in standard mathematics, or in other computer languages, you can do ...