Advanced tables and statistics > Other tabulation facilities > C code in the tabulation section
 
C code in the tabulation section
Quick reference
To include C code in the tabulation section, enclose it in #c and #endc:
#c
C code
#endc
More information
Statements written in the C programming language may be included in the tabulation section. Quantum will pass them directly to the load section of the run (see Appendices on running Quantum) at the point at which they occur without error checking.
See also
Other tabulation facilities