2.3 The FORMAT module
Sealed g.f. method
Prints an object to a stream.
print-message object stream => ()
type-union(<string>, <character>)
<stream>
None.
io
format
Prints object to stream by calling the write function from the streams module.
write
streams