Constant tagua_parser::tokens::ASSIGN
[−]
[src]
pub const ASSIGN: &'static [u8]=
b"="
The ASSIGN
token.
Represent a binding of a value to a variable, e.g. $x = 42
.