As well as being able to specify colors in several color spaces, Mathematica also contains a variety of predefined colors and aesthetically pleasing color spectrums. These ...
CDFDeploy["file.cdf", expr] deploys expr in a form that can be played by Wolfram CDF Player.CDFDeploy["file.cdf", notebook] deploys a notebook.CDFDeploy["file.cdf", ...
DirectedEdge[u, v] or u \[DirectedEdge] v represents a directed edge from u to v.
DocumentNotebook[{cell_1, cell_2, ...}] represents a complete document notebook in the Mathematica front end.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
Print
(Built-in Mathematica Symbol) Print[expr] prints expr as output.
UndirectedEdge[u, v] or u \[UndirectedEdge] v represents an undirected edge of a graph with vertices u and v.
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
This document describes how to compile and run MathLink programs written in the C language on Mac OS X systems. ("MathLink and External Program Communication" describes how ...