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

8 lines
103 B
CoffeeScript

try
allHellBreaksLoose()
catsAndDogsLivingTogether()
catch error
print error
finally
cleanUp()