Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 546 Bytes

operator-logical-or.md

File metadata and controls

20 lines (15 loc) · 546 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator ||
operator ||
12/17/2019
operator ||
|| operator
operator ||
50b15b63-649c-4bcf-a663-a10ee3cb3db6

operator ||

Logical OR. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

Syntax

expression1 || expression2

See also

Operators reference
MASM BNF Grammar