Tells the compiler to issue a text message to the user. The message appears in the Errors & Warnings window.
#pragma message( msg )
msg
Actual message to issue. Does not have to be a string literal.