say
Lib.say : string -> unit
Print a string.
An application say s prints the string s on the standard output.
say s
s
Never fails.
The Standard ML Basis Library structure TextIO offers related functions.
TextIO