Divisible[n, m] yields True if n is divisible by m, and yields False if it is not.
ExponentFunction is an option for NumberForm and related functions that determines the exponent to use in printing approximate real numbers.
FileByteCount["file"] gives the number of bytes in a file.
FileType["file"] gives the type of a file, typically File, Directory, or None.
Label
(Built-in Mathematica Symbol) Label[tag] represents a point in a compound expression to which control can be transferred using Goto.
NCache
(Built-in Mathematica Symbol) NCache[x, xn] represents a numeric cache object for a quantity with exact value x and approximate numerical value xn.
NotebookBrowseDirectory is a global option that determines the current working directory.
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
Number
(Built-in Mathematica Symbol) Number represents an exact integer or an approximate real number in Read.
Options
(Built-in Mathematica Symbol) Options[symbol] gives the list of default options assigned to a symbol. Options[expr] gives the options explicitly specified in a particular expression such as a graphics ...