This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
350c0194b69941ba2cb241a99ad935056beb1f34
wren
/
test
/
setter
/
static.wren
T
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setters!
2013-12-20 07:05:31 -08:00
class Foo {
static bar = value {
Make IO a static class instead of a singleton.
2013-12-21 19:25:09 -08:00
IO.write(value)
Setters!
2013-12-20 07:05:31 -08:00
}
}
Foo.bar = "value" // expect: value
Reference in New Issue
Copy Permalink