Constant tagua_parser::tokens::ENDFOREACH
[−]
[src]
pub const ENDFOREACH: &'static [u8]=b"endforeach"
The ENDFOREACH token.
Represent the end of a foreach block, e.g. foreach ($i as $k => $v): … endforeach.