Binary operations

From BR Wiki
Revision as of 17:24, 8 January 2012 by Mikhail.zheleznov (talk | contribs) (edit)
Jump to navigation Jump to search

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