<< x -- prints the expression x on the standard output file stdio.
i1 : << "abcdefghij" << endl abcdefghij o1 = stdio o1 : File
See also:
Synopsis of use:
Code:
-- ../m2/setup.m2:5 << Thing := x -> stdio << x