jashkenas--coffeescript/documentation/coffee/try.coffee

7 lines
110 B
CoffeeScript
Raw Normal View History

2009-12-21 16:41:45 +00:00
try
all_hell_breaks_loose()
cats_and_dogs_living_together()
catch error
2010-01-25 05:14:00 +00:00
print error
2009-12-21 16:41:45 +00:00
finally
2009-12-30 05:22:27 +00:00
clean_up()