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