3863.js 665 B

12
  1. "use strict";(self.webpackChunkmy_application=self.webpackChunkmy_application||[]).push([[3863],{3863:(n,e,t)=>{t.r(e),t.d(e,{default:()=>i});const i='"""\nA CoffeeScript sample.\n"""\n\nclass Vehicle\n constructor: (@name) =>\n \n drive: () =>\n alert "Conducting #{@name}"\n\nclass Car extends Vehicle\n drive: () =>\n alert "Driving #{@name}"\n\nc = new Car "Brandie"\n\nwhile notAtDestination()\n c.drive()\n\nraceVehicles = (new Car for i in [1..100])\n\nstartRace = (vehicles) -> [vehicle.drive() for vehicle in vehicles]\n\nfancyRegExp = ///\n\t(\\d+)\t# numbers\n\t(\\w*)\t# letters\n\t$\t\t# the end\n///\n'}}]);
  2. //# sourceMappingURL=3863.js.map