Constant tagua_parser::tokens::SWITCH
[−]
[src]
pub const SWITCH: &'static [u8]=
b"switch"
The SWITCH
token.
Represent the switch control structure, e.g. switch ($x) { … }
.