Constant tagua_parser::tokens::ENDIF [] [src]

pub const ENDIF: &'static [u8] = b"endif"

The ENDIF token.

Represent the end of an if block, e.g. if (…): … endif.