Or
(Built-in Mathematica Symbol) e_1 || e_2 || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.
ShowGraph[g] displays the graph g. ShowGraph[g, Directed] is obsolete and it is currently identical to ShowGraph[g].
Encode
(Built-in Mathematica Symbol) Encode["source", " dest"] writes an encoded version of the file source to the file dest. << dest decodes the file before reading its contents. Encode["source", " dest", " ...
PolarGridLines is an option for sector charts and polar plots that specifies polar grid lines.
Mathematica allows any front end command to be executed programmatically from within the kernel by sending an appropriate front end token. There are tokens for all standard ...
InterpretationBox[boxes, expr] is a low-level box construct that displays as boxes but is interpreted on input as expr.
OpenAppend["file"] opens a file to append output to it, and returns an OutputStream object.
FieldInd[e] gives the value of the discrete logarithm of e.
Constant is an attribute that indicates zero derivative of a symbol with respect to all parameters.
AdjacencyGraph[amat] gives the graph with adjacency matrix amat.AdjacencyGraph[{v_1, v_2, ...}, amat] gives the graph with vertices v_i and adjacency matrix amat.