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
b712bb19298e9b08dba02c9d2630819303073b04
wren
/
test
/
object
/
to_string.wren
T
3 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: make IO.write call toString on argument and add corelib with List.toString
2013-12-22 19:50:00 +00:00
class Foo {}
feat: add class name storage and expose via
name
method on class objects
2014-01-28 23:31:11 +00:00
IO.print((new Foo).toString == "instance of Foo") // expect: true
Reference in New Issue
Copy Permalink