Binary operations: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(edit)
(edit)
Line 2: Line 2:


Below is the list of binary operators:
Below is the list of binary operators:
<nowiki>


=
=
:=
:=
<>
<>
&
&
*
*
*=
*=
+
+
+=
+=
-
-
-=
-=
/
/
/=
/=
<
<
<=
<=
==
==
>
>
>=
>=
and
and
or
or
</nowiki>

Revision as of 17:24, 8 January 2012

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