CCS
(Cluster Integration Symbol) CCS["name"] represents a Windows Compute Cluster Server with the specified name.
HPC
(Cluster Integration Symbol) HPC["name"] represents a Windows High Performance Computing Server with the specified name.
RemoteKernelInformation[link] returns information about the Lightweight Grid kernel connected on link.RemoteKernelInformation[] returns information about all open Lightweight ...
CayleyGraph[group] returns a Cayley graph representation of group.
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
Evaluate[expr] causes expr to be evaluated even if it appears as the argument of a function whose attributes specify that it should be held unevaluated.
OrderedQ[h[e_1, e_2, ...]] gives True if the e_i are in canonical order, and False otherwise.
Orderless is an attribute that can be assigned to a symbol f to indicate that the elements e_i in expressions of the form f[e_1, e_2, ...] should automatically be sorted into ...
PermutationListQ[expr] returns True if expr is a valid permutation list and False otherwise.
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...