mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 09:17:55 -05:00
10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
|
|
try {
|
|
allHellBreaksLoose();
|
|
catsAndDogsLivingTogether();
|
|
} catch (error) {
|
|
print(error);
|
|
} finally {
|
|
cleanUp();
|
|
}
|