binary operator
An operator that requires two operands. The binary operator appears between
the two operands. In 4GL, examples of binary operators include addition ( + ),
multiplication ( * ), and logical AND. 4GL associates most binary operators from
left-to-right.
See also arithmetic operators, associativity, Boolean operator, operand, operator, precedence, relational operators, unary operator.