mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
13 lines
363 B
JavaScript
13 lines
363 B
JavaScript
// Generated by CoffeeScript 1.3.2
|
|
var city, futurists, name, street, _ref, _ref1;
|
|
|
|
futurists = {
|
|
sculptor: "Umberto Boccioni",
|
|
painter: "Vladimir Burliuk",
|
|
poet: {
|
|
name: "F.T. Marinetti",
|
|
address: ["Via Roma 42R", "Bellagio, Italy 22021"]
|
|
}
|
|
};
|
|
|
|
_ref = futurists.poet, name = _ref.name, (_ref1 = _ref.address, street = _ref1[0], city = _ref1[1]);
|