Files
coffeescript/documentation/js/aliases.js
Jeremy Ashkenas 7792a3a6e3 CoffeeScript 1.3.2
2012-05-14 14:45:20 -04:00

25 lines
350 B
JavaScript

// Generated by CoffeeScript 1.3.2
var volume, winner;
if (ignition === true) {
launch();
}
if (band !== SpinalTap) {
volume = 10;
}
if (answer !== false) {
letTheWildRumpusBegin();
}
if (car.speed < limit) {
accelerate();
}
if (pick === 47 || pick === 92 || pick === 13) {
winner = true;
}
print(inspect("My name is " + this.name));