Tweak IO library a bit:

- Reword some docs.
- Make IO.printAll() public.
- Require () on read.
This commit is contained in:
Bob Nystrom
2015-07-18 14:09:00 -07:00
parent ea2bad3272
commit d91c06d18b
5 changed files with 96 additions and 80 deletions
+1 -1
View File
@@ -1 +1 @@
IO.write(IO.read) // expect: null
IO.write(IO.read()) // expect: null