Goto
(Built-in Mathematica Symbol) Goto[tag] scans for Label[tag], and transfers control to that point.
GraphDiameter[g] gives the maximum eccentricity of the vertices in the graph g.
HITSCentrality[g] gives a list of authority and hub centralities for the vertices in the graph g.
JankoGroupJ3[] represents the sporadic simple Janko group J_3.
LinkProtocol is an option to LinkLaunch, Install, and related functions that specifies the underlying data transport protocol to use for a new MathLink link.
NotebookAutoSave is a notebook option which specifies whether the notebook should automatically be saved after each piece of output generated by evaluation in it.
PageBreakWithin is an option for Cell which specifies whether a page break should be allowed within the cell if the notebook that contains the cell is printed.
PageFooters is an option for notebooks that specifies what should be inserted as the footer of each page of a notebook when it is printed.
PageHeaders is an option for notebooks that specifies what should be inserted as the header of each page of a notebook when it is printed.
p?test is a pattern object that stands for any expression which matches p, and on which the application of test gives True.