Constant tagua_parser::tokens::IF [] [src]

pub const IF: &'static [u8] = b"if"

The IF token.

Represent the truly block of a condition control structure, e.g. if (…) { … }.