mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Make IO a static class instead of a singleton.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class Foo {
|
||||
bar = value {
|
||||
io.write(value)
|
||||
IO.write(value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user