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
14642809333b348498d98ac720f639df8685c470
wren
/
test
/
object
/
to_string.wren
T
3 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make IO.write() call toString on its argument.
2013-12-22 11:50:00 -08:00
class Foo {}
Make classes know their name.
2014-01-28 15:31:11 -08:00
IO.print((new Foo).toString == "instance of Foo") // expect: true
Reference in New Issue
Copy Permalink