Nmacro

Use

Removes macro definitions.

Command Syntax

NMACRO {macro1, macro2, …, macron, | /ALL }

Description

The NMACRO command removes the definition of one or more specified macros or the definitions of all currently defined macros. Either the specific macro name(s) or /ALL must be specified.

Example

In this example, the macro named info is removed.

CodeWatch> NMACRO info

In this example, all macro definitions are removed.

CodeWatch> NMACRO /ALL