WARNING

From ICE Enterprises
Jump to navigation Jump to search

causes a macro to issue a warning message

<TEXT> - message to print to screen

The WARNING command is the macro equivalent of the M$WARNING routine that a
primitive write would use.  It prints the given message and optionally sends
a message to a message logger.

Examples:
  nM> WARNing "This is a warning!!"
  WARN: This is a warning!!

See Also: INFO, SAY