/documentation/js/aliases.js
http://github.com/jashkenas/coffee-script · JavaScript · 24 lines · 17 code · 6 blank · 1 comment · 7 complexity · febcb9c799f669f5bc8385f279a9d4f8 MD5 · raw file
- // Generated by CoffeeScript 1.10.0
- 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));