UNDEF

Undefine DEFINE symbol.

UNDEF [ symbol]

Remarks

The UNDEF directive causes the substitution string associated with symbol to be released, and symbol no longer represents a valid DEFINE substitution.

A label is not allowed with this directive.

Example

DEFINE DEBUG

.

.

UNDEF DEBUG

See also

DEFINE