1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/coffee/objects_and_arrays.coffee

13 lines
119 B
CoffeeScript
Raw Normal View History

2009-12-21 11:41:45 -05:00
song: ["do", "re", "mi", "fa", "so"]
2010-01-04 22:19:45 -05:00
2009-12-21 11:41:45 -05:00
ages: {
max: 10
ida: 9
tim: 11
2010-01-04 22:19:45 -05:00
}
matrix: [
1, 0, 1
0, 0, 1
1, 1, 0
]