1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/coffee/aliases.coffee
2010-06-28 01:00:53 -04:00

11 lines
213 B
CoffeeScript

launch() if ignition is on
volume: 10 if band isnt SpinalTap
letTheWildRumpusBegin() unless answer is no
if car.speed < limit then accelerate()
winner: yes if pick in [47, 92, 13]
print "My name is " + @name