jashkenas--coffeescript/documentation/coffee/objects_and_arrays.coffee

13 lines
119 B
CoffeeScript
Raw Normal View History

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