Sealed g.f. method
Prints a symbol to a stream.
print-message symbol stream => ()
<symbol>.
<stream>.
None.
io
format
Prints symbol to stream by converting it to a string with the as function and then writing the string with the write function from the Streams module.