MathKernel options starts the Mathematica kernel in Windows and Mac OS X.
CDFInformation[expr] gives a list of properties relevant to a CDF deployed with the content expr.CDFInformation[notebook] gives usage properties for a CDF to be deployed from ...
DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...
FreeQ
(Built-in Mathematica Symbol) FreeQ[expr, form] yields True if no subexpression in expr matches form, and yields False otherwise. FreeQ[expr, form, levelspec] tests only those parts of expr on levels ...
Message
(Built-in Mathematica Symbol) Message[symbol::tag] prints the message symbol::tag unless it has been switched off. Message[symbol::tag, e_1, e_2, ...] prints a message, inserting the values of the e_i as ...
OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object. OpenWrite[] opens a new file in the default area for temporary files on your ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
SelectComponents[m, " prop", crit] computes a property " prop" for all components in a label matrix m and returns a version of m in which components that do not satisfy crit ...
LoadJavaClass -- load and set up a Java class for use from Mathematica, JavaClass -- expression that represents a Java class, JavaNew -- create a Java object of a specified ...
CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.