Constant tagua_parser::tokens::ELSE
[−]
[src]
pub const ELSE: &'static [u8]=
b"else"
The ELSE
token.
Represent the falsy block of a condition control structure, e.g. if (…) { … } else { … }
.