Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 7aef6b5a827e55a2843b368e32914d49 > files > 112

coffee-script-doc-1.6.3-1.fc18.noarch.rpm

// Generated by CoffeeScript 1.6.3
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]);