Constant SWITCH

Source
pub const SWITCH: &'static [u8] = b"switch";
Expand description

The SWITCH token.

Represent the switch control structure, e.g. switch ($x) { … }.