CPragma[line] is a symbolic representation of a preprocessor pragma directive.
CPreprocessorIf[cond] is a symbolic representation of a preprocessor if conditional.CPreprocessorIf[cond, true, false] represents the true and false cases.
CPreprocessorIfndef[cond] is a symbolic representation of a preprocessor ifndef conditional.CPreprocessorIfndef[cond, true, false] represents the true and false cases.
CProgram[args] is a symbolic representation of an entire program.
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.
CTypedef[type, var] is a symbolic representation of a type declaration.
CWhile
(SymbolicC Package Symbol) CWhile[test, body] is a symbolic representation of a while statement.
This example shows how to generate a reusable progress bar panel and use it as a modeless dialog for displaying progress with your own Mathematica calculations. There are ...
This example demonstrates how you can use the Invokethread option of user interface functions to allow user interface updates to be visible when performing a long Mathematica ...