/documentation/coffee/aliases.coffee

http://github.com/jashkenas/coffee-script · CoffeeScript · 11 lines · 6 code · 5 blank · 0 comment · 4 complexity · a14a2b677e8d5e17594abe55080dc87b MD5 · raw file

  1. launch() if ignition is on
  2. volume = 10 if band isnt SpinalTap
  3. letTheWildRumpusBegin() unless answer is no
  4. if car.speed < limit then accelerate()
  5. winner = yes if pick in [47, 92, 13]
  6. print inspect "My name is #{@name}"