Basic30 Language Reference
#define Preprocessor Command

Defines a case sensitive constant for conditional compiling. 

#define constant
 or
#define constant  value
constant
The required symbol to define.
value
An optional value to set the symbol to

Examples

#define 30F6014
#define mode  release

Also See: #undefine, #ifdef, #ifndef