Constant tagua_parser::tokens::ENDFOR
[−]
[src]
pub const ENDFOR: &'static [u8]=
b"endfor"
The ENDFOR
token.
Represent the end of a for
block, e.g. for (…; …; …): … endfor
.