jashkenas--coffeescript/documentation/js/aliases.js

25 lines
351 B
JavaScript
Raw Normal View History

2016-09-22 20:19:43 +00:00
// Generated by CoffeeScript 1.11.0
2010-07-29 04:51:35 +00:00
var volume, winner;
2012-04-10 18:57:45 +00:00
if (ignition === true) {
launch();
}
2012-04-10 18:57:45 +00:00
if (band !== SpinalTap) {
volume = 10;
}
2012-04-10 18:57:45 +00:00
if (answer !== false) {
letTheWildRumpusBegin();
}
2012-04-10 18:57:45 +00:00
if (car.speed < limit) {
accelerate();
}
2012-04-10 18:57:45 +00:00
if (pick === 47 || pick === 92 || pick === 13) {
winner = true;
}
print(inspect("My name is " + this.name));