Inital Commit
[oweals/finalsclub.git] / node_modules / jade / support / coffee-script / documentation / js / aliases.js
1 var volume, winner;
2 if (ignition === true) {
3   launch();
4 }
5 if (band !== SpinalTap) {
6   volume = 10;
7 }
8 if (answer !== false) {
9   letTheWildRumpusBegin();
10 }
11 if (car.speed < limit) {
12   accelerate();
13 }
14 if ((47 === pick || 92 === pick || 13 === pick)) {
15   winner = true;
16 }
17 print(inspect("My name is " + this.name));