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
8929415847524749f2b7e2e0f6b243257d14d555
wren
/
test
/
language
/
list
/
trailing_comma.wren
T
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reorganize trailing comma code a bit.
2015-08-31 07:23:36 -07:00
var list = ["a", "b",]
Allow trailing comma in list literal
2015-05-30 22:18:37 +02:00
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(list[0]) // expect: a
System.print(list[1]) // expect: b
Reference in New Issue
Copy Permalink