Syntax:
define name value
The define directive assigns the given value to the specified name. All subsequent occurrences of the name are replaced by the value.
name
Example
This example assigns values to the names "NONZERO" and "USERCLASS".
#define NONZERO 1 #define USERCLASS "MyControlClass"