Name :=
Definition (lhs:var(T:type)) := (rhs:val(T)) : expr(void)
Example foo:=3
Defined in core.l
Implementation icode
Infix _:=_ : infix(70,none).
Description Assign the value of the right-hand operand to the variable specified by the left-hand operand.