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
36f3059e483116b7eecf4c51cc89cbd9c1b7dcb6
wren
/
test
/
language
/
list
/
trailing_comma.wren
T
5 lines
86 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.print(list[0]) // expect: a
IO.print(list[1]) // expect: b
Reference in New Issue
Copy Permalink