ConfigurationPath is a global option that specifies which directories are searched for systemwide configuration information.
Copyable is an option for Cell that specifies whether a cell can be copied interactively using the front end.
CopyFile["file_1", "file_2"] copies file_1 to file_2.
DisplayAllSteps is an option to Animate and related functions that specifies whether all frames should be displayed in an animation, even if to do so would slow the animation ...
Environment["var"] gives the value of an operating system environment variable.
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
FindGeoLocation[] attempts to find the current geodetic location of your computer.
FormatTypeAutoConvert is an option for cells that specifies whether the contents of a cell are automatically converted into a different format when the style of that cell is ...
Goto
(Built-in Mathematica Symbol) Goto[tag] scans for Label[tag], and transfers control to that point.
ImageCrop[image] crops image by removing borders of uniform color. ImageCrop[image, {w, h}] crops image to pixel width w and pixel height h.ImageCrop[image, size] crops image ...