Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 606 Bytes

operator-subtract-2.md

File metadata and controls

22 lines (17 loc) · 606 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator -
operator -
12/17/2019
operator -
- operator, syntax
subtraction operator, syntax
operators [MASM], subtraction
arithmetic operators [C++], subtraction
474607cb-e48d-4c91-bef6-91ff0971d5cf

operator -

Returns expression1 minus expression2. The second operator reverses the sign of expression.

Syntax

expression1 - expression2

-expression

See also

Operators reference
MASM BNF Grammar