WARNING

From ICE Enterprises
Revision as of 18:04, 27 April 2020 by ConvertBot (talk | contribs) (causes a macro to issue a warning message)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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