MathMLForm[expr] prints as a MathML form of expr.
int MLPutLongInteger (MLINK link, long i) puts the long integer i to the MathLink connection specified by link.
ReturnAsJavaObject[expr] causes a Java method call or field access during the evaluation of expr to return its result as an object reference (a JavaObject expression), not a ...
ReturnAsNETObject[expr] causes a .NET call during the evaluation of expr to return its result as an object reference (i.e., a NETObject expression), not a value.
Color names are available in the new kernel function ColorData.
PieCharts`
(Mathematica Compatibility Information) As of Version 7, the Pie Charts Package has been integrated into the Mathematica kernel.
GainMargins[sys] gives the gain margins of the linear time-invariant system sys.
SequenceHold is an attribute that specifies that Sequence objects appearing in the arguments of a function should not automatically be flattened out.
DistanceMatrix[list] gives a matrix of distances or dissimilarities between the elements of list.
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...