EnterTextPacket[string] is a MathLink packet that requests the parsing and evaluation of string as an expression.
FileExistsQ["name"] gives True if the file with the specified name exists, and gives False otherwise.
GeoDestination[pos, {d, \[Alpha]}] gives the geodetic position reached by going distance d in azimuthal direction \[Alpha] from pos.
IgnoreCase is an option for string manipulation and searching functions that specifies whether lowercase and uppercase letters should be treated as equivalent.
ImageReflect[image] reverses image by top-bottom mirror reflection. ImageReflect[image, side] reverses image by reflecting it so that the specified side goes to the opposite ...
LibraryLoad[lib] loads the dynamic library lib into the Mathematica runtime.
MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
Needs
(Built-in Mathematica Symbol) Needs["context`"] loads an appropriate file if the specified context is not already in $Packages. Needs["context`", " file"] loads file if the specified context is not ...
Padding
(Built-in Mathematica Symbol) Padding is an option to various array and image operations that specifies what padding to use when extending beyond the original data specified.
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.