Skip to content

1.20.2

Compare
Choose a tag to compare
@andrew-johnson-4 andrew-johnson-4 released this 10 Jan 19:06
· 111 commits to main since this release
9a60abb

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.