mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
9 lines
104 B
CoffeeScript
9 lines
104 B
CoffeeScript
try
|
|
allHellBreaksLoose()
|
|
catsAndDogsLivingTogether()
|
|
catch error
|
|
print error
|
|
finally
|
|
cleanUp()
|
|
|