The eq assignment operator represents either the assignment operator in an assignment statement or a relational operator in a conditional expression.
EQ tests equality
x = 5 if x eq 5 then print "equal" ;* equal