A few small cleanups.

This commit is contained in:
Bob Nystrom
2014-04-19 11:44:51 -07:00
parent 05717e763d
commit 48dab5323d
6 changed files with 16 additions and 16 deletions
+4
View File
@@ -1,4 +1,8 @@
class IO {
static print {
IO.writeString_("\n")
}
static print(obj) {
IO.writeString_(obj.toString)
IO.writeString_("\n")