/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

  1. // Generated by CoffeeScript 1.10.0
  2. var volume, winner;
  3. if (ignition === true) {
  4. launch();
  5. }
  6. if (band !== SpinalTap) {
  7. volume = 10;
  8. }
  9. if (answer !== false) {
  10. letTheWildRumpusBegin();
  11. }
  12. if (car.speed < limit) {
  13. accelerate();
  14. }
  15. if (pick === 47 || pick === 92 || pick === 13) {
  16. winner = true;
  17. }
  18. print(inspect("My name is " + this.name));