Constant tagua_parser::tokens::ELSEIF
[−]
[src]
pub const ELSEIF: &'static [u8]=
b"elseif"
The ELSEIF
token.
Represent a else if
block, e.g. if (…) { … } elseif { … } else { … }
.