/documentation/js/aliases.js
JavaScript | 24 lines | 17 code | 6 blank | 1 comment | 7 complexity | febcb9c799f669f5bc8385f279a9d4f8 MD5 | raw file
1// Generated by CoffeeScript 1.10.0 2var volume, winner; 3 4if (ignition === true) { 5 launch(); 6} 7 8if (band !== SpinalTap) { 9 volume = 10; 10} 11 12if (answer !== false) { 13 letTheWildRumpusBegin(); 14} 15 16if (car.speed < limit) { 17 accelerate(); 18} 19 20if (pick === 47 || pick === 92 || pick === 13) { 21 winner = true; 22} 23 24print(inspect("My name is " + this.name));