pub const FOR: &'static [u8] = b"for";
The FOR token.
FOR
Represent a for loop, e.g. for (…; …; …) { … }.
for
for (…; …; …) { … }