Skip to main content
Untitled Document

_WARN

_WARN

_WARN

Format:

          _WARN '"' ... '"'

Generates a warning message.

Example:

          IF !DEFINED(foo) THEN
             _WARN "foo is not defined"
          END IF