Allow multiple arguments to IO.print().
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
class Foo {
|
||||
static sayName {
|
||||
IO.print(Foo.toString)
|
||||
IO.print(Foo)
|
||||
}
|
||||
|
||||
sayName {
|
||||
IO.print(Foo.toString)
|
||||
IO.print(Foo)
|
||||
}
|
||||
|
||||
static toString { "Foo!" }
|
||||
|
||||
Reference in New Issue
Block a user