PopupWindow[expr, contents] displays as expr, but pops up a window containing contents when clicked.
PrintTemporary[expr] prints expr as a temporary cell in a notebook, removing it when the evaluation of the current input line is complete.
QuadraticIrrationalQ[x] gives True if x is a quadratic irrational and False otherwise.
QuartileDeviation[list] gives the quartile deviation or semi-interquartile range of the elements in list.QuartileDeviation[dist] gives the quartile deviation or ...
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...
RecordLists is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
ResumePacket[] is a MathLink packet used for synchronization with the Mathematica kernel.
Right
(Built-in Mathematica Symbol) Right is a symbol that represents the right-hand side for purposes of alignment and positioning.
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...
ScalingTransform[{s_x, s_y, ...}] gives a TransformationFunction that represents scaling by a factor s_i along each coordinate axis from the origin.ScalingTransform[{s_x, ...