ASSIGN

Constant ASSIGN 

Source
pub const ASSIGN: &'static [u8] = b"=";
Expand description

The ASSIGN token.

Represent a binding of a value to a variable, e.g. $x = 42.