jashkenas--coffeescript/documentation/coffee/aliases.coffee

12 lines
223 B
CoffeeScript
Raw Normal View History

launch() if ignition is on
2010-07-29 04:51:35 +00:00
volume = 10 if band isnt SpinalTap
letTheWildRumpusBegin() unless answer is no
if car.speed < limit then accelerate()
2010-07-29 04:51:35 +00:00
winner = yes if pick in [47, 92, 13]
2010-06-28 05:00:53 +00:00
2010-08-05 03:14:34 +00:00
print inspect "My name is " + @name