1.20.2
Features:
print
definitions can now be defined as generic with respect to output destination (stdout, stderr, file, etc).
Defined a generic implementation for the common print(x)
and eprint(x)
that sends data to stdout and stderr respectively.