Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 562 Bytes

elseif-masm.md

File metadata and controls

28 lines (21 loc) · 562 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: ELSEIF
ELSEIF (MASM)
12/16/2019
ElseIf
ELSEIF directive
20a685d6-836e-4e64-902e-4f3daf2e51c2

ELSEIF

Combines ELSE and IF into one statement.

Syntax

ELSEIF constantExpression
statements
ELSE
else-statements
ENDIF

Remarks

See IF for more information.

See also

Directives reference
MASM BNF Grammar