CParentheses[symb] adds parentheses around an expression.
CProgram[args] is a symbolic representation of an entire program.
Name
(GUIKit Package Symbol) Name is an option to GUIKit expression functions and identifies a string name with which to register the widget instance in the active widget registry.
WidgetGroup[{content, ...}] specifies custom layout settings for how the content widgets are displayed.
WidgetSpace[] is a widget layout placeholder used when spacing is needed between widgets.
Widget["ComboBox"] represents a combo box.
Widget["List"] represents a list.
Widget["TextArea"] represents a text area.
CompleteKPartiteGraph[a, b, c, ...] creates a complete k-partite graph of the prescribed shape, provided the k arguments a, b, c, ... are positive integers. An option Type ...
IncidenceMatrix[g] returns the (0, 1)-matrix of graph g, which has a row for each vertex and a column for each edge and (v, e) = 1 if and only if vertex v is incident upon ...