<< Thing

<< x -- prints the expression x on the standard output file stdout.

     i1 = << "abcdefghij" << endl
     
     abcdefghij
     o1 = --file stdout--
     
     o1 : File
     

See also <<.

Go to main index.

Go to concepts index.