Next: , Previous: Else, Up: Pseudo Ops



7.39 .elseif

.elseif is part of the as support for conditional assembly; see .if . It is shorthand for beginning a new .if block that would otherwise fill the entire .else section.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.