[top][index]
search for:

ZZ | ZZ -- logical or

Synopsis:

  • Operator: | -- a binary operator
  • Input:
  • an instance of class ZZ.
  • an instance of class ZZ.
  • m|n -- produce an integer obtained from the bits of the integers m and n by logical 'or'.

    i1 : 5 | 12

    o1 = 13


    [top][index]
    search for: