Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
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 ...
"CellContextDialog" is a front end token that opens the Cell Context dialog.
"ToggleDynamicUpdating" is a front end token that toggles automatic refreshing of a Dynamic.
RemoteKernelClose[kernel] closes a Lightweight Grid kernel.
CAssign[lhs, rhs] is a symbolic representation of an assignment statement.
CFunction[type, name, args, body] is a symbolic representation of a function definition.CFunction[type, name, args] is a symbolic representation of a function declaration.
COperator[oper, arg_1, ...] is a symbolic representation of an operator.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.
CStandardMathOperator[oper, args] is a symbolic representation of a standard math operator.