
?ExprX $= ?ExprY

   ExprX is equal to ExprY.

Arguments
   ExprX               Arithmetic expression
   ExprY               Arithmetic expression

Type
   library(ic)

Description

   Constrains ExprX and ExprY to be equal.  Alternate form of
   ic:(ExprX =:= ExprY).


See Also
   =:= / 2
