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
44be247762a5bb1550b46d82287669040645544a
wren
/
test
/
language
/
list
/
trailing_comma.wren
T
5 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
refactor: restructure list/map compilation loops and extract syntax error tests
2015-08-31 14:23:36 +00:00
var list = ["a", "b",]
feat: allow trailing comma in list literal by early break on right bracket
2015-05-30 20:18:37 +00:00
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(list[0]) // expect: a
System.print(list[1]) // expect: b
Reference in New Issue
Copy Permalink