Constant tagua_parser::tokens::FOREACH
[−]
[src]
pub const FOREACH: &'static [u8]=
b"foreach"
The FOREACH
token.
Represent a foreach
loop, e.g. foreach ($i as $k => $v) { … }
.