Merge pull request #212 from soveran/io-read-eof

Change IO.read to return null on EOF
This commit is contained in:
Bob Nystrom
2015-03-07 13:47:07 -08:00
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
IO.write(IO.read) // expect: null