Large
(Built-in Mathematica Symbol) Large is a style or option setting that specifies that objects should be large.
Last
(Built-in Mathematica Symbol) Last[expr] gives the last element in expr.
MaxMemoryUsed[] gives the maximum number of bytes used to store all data for the current Mathematica session.
MaxMixtureKernels is an option for SmoothKernelDistribution and related functions that specifies the maximum number and location of kernel functions to use in the estimation.
MenuSortingValue is an option for cells and notebooks that specifies where a cell style, stylesheet, or palette is listed in the Format \[FilledRightTriangle] Style submenu, ...
Module
(Built-in Mathematica Symbol) Module[{x, y, ...}, expr] specifies that occurrences of the symbols x, y, ... in expr should be treated as local. Module[{x = x_0, ...}, expr] defines initial values for x, ...
Most
(Built-in Mathematica Symbol) Most[expr] gives expr with the last element removed.
MultilaunchWarning is a global option that specifies whether a warning is given when you try to modify user preferences while running two copies of Mathematica simultaneously.
NonConstants is an option for D which gives a list of objects to be taken to depend implicitly on the differentiation variables.
NotebookEvaluate[notebook] evaluates all the evaluatable cells in notebook.