z80:Directives:ELSEIF

From Learn @ Cemetech
Revision as of 17:27, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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