Paneled
(Built-in Mathematica Symbol) Paneled is an option for Manipulate and related functions that specifies whether to give the output inside a panel.
Pink
(Built-in Mathematica Symbol) Pink represents the color pink in graphics or style specifications.
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
Purple
(Built-in Mathematica Symbol) Purple represents the color purple in graphics or style specifications.
RefreshRate is an option to Animate and related functions which specifies the refresh rate for frames in animations.
ReturnPacket[expr] is a MathLink packet that contains the expression expr, the result of an EvaluatePacket evaluation.
Rule
(Built-in Mathematica Symbol) lhs -> rhs or lhs -> rhs represents a rule that transforms lhs to rhs.
RunScheduledTask[expr] schedules and starts a task that will repeatedly evaluate expr once per second.RunScheduledTask[expr, time] schedules and starts a task that will ...
SaveAutoDelete is an option for ErrorBox objects that specifies whether the ErrorBox is automatically deleted when the notebook containing it is saved.
SawtoothWave[x] gives a sawtooth wave that varies from 0 to 1 with unit period.SawtoothWave[{min, max}, x] gives a sawtooth wave that varies from min to max with unit period.