Syntax:
#WRITE Message Text
|
#WRITE writes Message Text to the screen. This can be useful to display warnings if certain options are set.
Example:
#IFDEF DEBUG
#WRITE Setting debugging ON... -g #ENDIF |
if DEBUG is de ned, this will produce a line
Setting debugging ON...
|
and will then switch on debugging information in the compiler.