Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 633 Bytes

operator-logical-and-masm-run-time.md

File metadata and controls

20 lines (15 loc) · 633 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Microsoft Assembler (MASM) operator && (MASM runtime)
operator && (MASM Run Time)
12/17/2019
operator &&
operator &&
&& operator
0a633a40-114c-48f5-88ff-09bc8d9b281a

operator && (MASM runtime)

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

Syntax

expression1 && expression2

See also

Operators reference
MASM BNF grammar