(quote <<,Thing)
<< x
-- prints the expression x on the standard output file
stdio
.
i1 : << "abcdefghij" << endl
abcdefghij
o1 = stdio
o1 : File
See also
<<
.