pub const CASE: &'static [u8] = b"case";
The CASE token.
CASE
Represent a case in a switch control structure, e.g. switch (…) { case …: …; }.
switch
switch (…) { case …: …; }