(epr ..args)
  args: zero or more arguments (any type)
  returns #n
F

Prints to the standard error stream.

All of the arguments are converted to text, as though by calling (str ..args). That text is sent to the epr_writer for the current Runtime, which defaults to Stderr.

pretty-prn
eprn