Constant tagua_parser::tokens::ENDWHILE [] [src]

pub const ENDWHILE: &'static [u8] = b"endwhile"

The ENDWHILE token.

Represent the end of a while block, e.g. while(…): … endwhile.