| description | Learn more about: EQU | |
|---|---|---|
| title | EQU | |
| ms.date | 12/17/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 96db466a-1eab-45bd-a3c2-5a59bd754eab |
The first directive assigns numeric value of expression to name.
name EQU expression
name EQU <text>
The name cannot be redefined later.
The second directive assigns specified text to name. The name can be assigned a different text later. See TEXTEQU.