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