Binary operations
A binary operator is an operator which takes 2 arguments, as opposed to a unary operators, which take 1 argument.
Below is the list of binary operators:
=
:=
<>
&
*
*=
+
+=
-
-=
/
/=
<
<=
==
>
>=
and
or