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