Constant tagua_parser::tokens::FOR [] [src]

pub const FOR: &'static [u8] = b"for"

The FOR token.

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