MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
Mouseover[expr, over] represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
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 ...
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.
ResetDirectory[] resets the current working directory to its previous value.
ReverseGraph[g] gives the reverse graph of the directed g.
RowsEqual is an option for the low-level function GridBox that specifies whether all rows in the grid should be assigned equal total height.
SessionTime[] gives the total number of seconds of real time that have elapsed since the beginning of your Mathematica session.
SetDirectory["dir"] sets the current working directory to dir. SetDirectory[] sets the current working directory to your "home" directory.
ShowCellLabel is an option for Cell that specifies whether to display the label for a cell.