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
59ff15d26a20e11fb41945f879b57a4681b36730
wren
/
test
/
core
/
map
/
new.wren
T
5 lines
82 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Make constructors just methods.
2015-07-10 09:18:22 -07:00
var map = Map.new()
Initial map implementation.
2015-01-24 22:27:35 -08:00
IO.print(map.count) // expect: 0
IO.print(map) // expect: {}
Reference in New Issue
Copy Permalink