jashkenas--coffeescript/documentation/coffee/object_extraction.coffee

14 lines
238 B
CoffeeScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
futurists =
2010-01-12 03:55:01 +00:00
sculptor: "Umberto Boccioni"
painter: "Vladimir Burliuk"
2010-07-29 04:51:35 +00:00
poet:
2010-01-12 03:55:01 +00:00
name: "F.T. Marinetti"
address: [
"Via Roma 42R"
"Bellagio, Italy 22021"
]
{poet: {name, address: [street, city]}} = futurists