Allow multiple arguments to IO.print().
This commit is contained in:
@@ -713,5 +713,5 @@ for (i in 0...20) {
|
||||
}
|
||||
|
||||
IO.print(total)
|
||||
IO.print("elapsed: " + (IO.clock - start).toString)
|
||||
IO.print("elapsed: ", IO.clock - start)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user