CReturn[ ] is a symbolic representation of a return from a function. CReturn[arg] returns the argument arg.
CStatement[obj] is a symbolic representation of a statement.
CUndef
(SymbolicC Package Symbol) CUndef[def] is a symbolic representation of a preprocessor undef.
CWhile
(SymbolicC Package Symbol) CWhile[test, body] is a symbolic representation of a while statement.
Widget["TextArea"] represents a text area.
BreadthFirstTraversal[g, v] performs a breadth-first traversal of graph g starting from vertex v, and gives the breadth-first numbers of the vertices. ...
DepthFirstTraversal[g, v] performs a depth-first traversal of graph g starting from vertex v, and gives a list of vertices in the order in which they were encountered. ...
GraphPolynomial[n, x] returns a polynomial in x in which the coefficient of x^m is the number of nonisomorphic graphs with n vertices and m edges. GraphPolynomial[n, x, ...
Orbits
(Combinatorica Package Symbol) Orbits[pg, x] returns the orbits of x induced by the action of the group pg on x.
Path
(Combinatorica Package Symbol) Path[n] constructs a tree consisting only of a path on n vertices.