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

15 lines
279 B
JavaScript
Raw Normal View History

(function(){
2009-12-26 07:17:34 +00:00
var volume;
if (ignition === true) {
launch();
}
if (band !== spinal_tap) {
volume = 10;
}
if (!(answer === false)) {
let_the_wild_rumpus_begin();
}
car.speed < speed_limit ? accelerate() : null;
print("My name is " + this.name);
2010-02-24 23:27:10 +00:00
})();