Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 1.01 KB

File metadata and controls

54 lines (48 loc) · 1.01 KB
title EQU | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
EQU
dev_langs
C++
helpviewer_keywords
EQU directive
ms.assetid 96db466a-1eab-45bd-a3c2-5a59bd754eab
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

EQU

The first directive assigns numeric value of expression to name.

Syntax

  
      name EQU expression  
name EQU <text>  

Remarks

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.

See Also

Directives Reference