contents   index   previous   next



The Preprocessor Commands

 

The Nombas preprocessor is modeled after the C preprocessor, but only supports a subset of the commands offered by the C preprocessor. Unless stated otherwise, the Nombas preprocessor commands behave exactly like their C counterparts.

 


#include |”filename”

#define |() #undef

#if #elif #ifdef #ifndef #else#endif

#error