<<

x << y -- a binary or unary operator used for file output.

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 .

Examples:

  • << Thing -- file output to stdout
  • String << Thing -- file output
  • File << Thing -- file output
  • ZZ << ZZ -- bit shifting
  • ZZ >> ZZ -- bit shifting
  • Go to main index.

    Go to concepts index.