1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/js/try.js

13 lines
188 B
JavaScript
Raw Normal View History

2013-06-02 09:37:45 +04:00
// Generated by CoffeeScript 1.6.3
2013-03-18 13:06:33 +08:00
var error;
2010-07-29 00:51:35 -04:00
try {
allHellBreaksLoose();
catsAndDogsLivingTogether();
2013-03-18 13:06:33 +08:00
} catch (_error) {
error = _error;
2010-07-29 00:51:35 -04:00
print(error);
} finally {
cleanUp();
}