mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-15 01:38:13 -05:00
12 lines
223 B
CoffeeScript
12 lines
223 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 inspect "My name is #{@name}"
|