operators | |
and , or , xor , = , := , + , - , * , / , \ , ^ , += , -= , *= , /= , == , != , <> , < , > , <= , > , >= , <= , and= , or= , xor=" , & , | , &= , |= , && , || , ^^ , &&= , ||= , ^^= , << , >> , << , >>> , | |
ACTION: |
changes the state of an accumulator
|
USE: |
formulating expressions, in conjunction with operands
|
EXAMPLE: |
a*b+c/4 |
REMARKS: |
universal feature of maths and programming languages |
RELATED: |
types
|