CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CContinue[] is a symbolic representation of a continue statement.
CDefault[] is a symbolic representation of a default statement.
CDo
(SymbolicC Package Symbol) CDo[body, test] is a symbolic representation of a do/while statement.
CEnum[members] is a symbolic representation of an enum statement.
CError
(SymbolicC Package Symbol) CError[line] is a symbolic representation of a preprocessor error directive.
CFor
(SymbolicC Package Symbol) CFor[init, test, incr, body] is a symbolic representation of a for loop.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.
CLine
(SymbolicC Package Symbol) CLine[line] is a symbolic representation of a preprocessor line directive.