#warning #error
#warning Message
or
#error ErrorMessage
#warning will issue a warning message visible in the progress window of BASICtools.
#error will generate a compiler error and prevent the BASIC program from being downloaded.