(pr ..args) args: zero or more arguments (any type) returns #n
F
Prints to the standard output stream.
All of the arguments are converted to text, as though by calling (str ..args)
.
That text is sent to the pr_writer
for the current Runtime
, which defaults to
Stdout
.