mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
11 lines
213 B
CoffeeScript
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
|