|

x | y -- a binary operator.

The user may install binary methods for this operator with code such as

              X | Y := (x,y) -> ...
where X is the class of x and Y is the class of y.

  • List | List -- join two lists
  • String | String -- concatenate two strings or nets horizontally
  • ZZ | ZZ -- logical OR of two integers
  • Matrix | Matrix -- join two matrices horizontally
  • See also ||.


    topindexpreviousupnext