z80:Directives:ELSEIF

From Learn @ Cemetech
Jump to navigationJump to search

If the preceding if statement failed, this expression is evaluated. It works a bit like a second if statement to replace the first if it doesn't work.

Syntax

   .elseif expression

Allowed inputs

Uses

See Also

if else