Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 660 Bytes

operator-greater-than-masm-run-time.md

File metadata and controls

20 lines (15 loc) · 660 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Microsoft Assembler (MASM) operator > (MASM runtime)
MASM operator > (runtime)
12/17/2019
operator >
> operator, comparing specific objects
operator >
f2244900-8ddf-4e8c-9ab0-68b9118a6f75

operator > (MASM runtime)

Greater than operator. 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