Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 507 Bytes

operator-le.md

File metadata and controls

20 lines (15 loc) · 507 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator LE
operator LE
12/17/2019
LE
operator LE
LE operator
operator LE
3192e7ac-7577-47bd-ae3e-2cdebcc4e568

operator LE

Returns true (-1) if expression1 is less than or equal to expression2, or returns false (0) if it is not.

Syntax

expression1 LE expression2

See also

Operators reference
MASM BNF Grammar