Constant FOR

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

The FOR token.

Represent a for loop, e.g. for (…; …; …) { … }.