Next: Elseif, Previous: Eject, Up: Pseudo Ops
.else
.else
is part of the as support for conditional
assembly; see
.if
. It marks the beginning of a section
of code to be assembled if the condition for the preceding .if
was false.
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.