mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
On less wide screens, where the CoffeeScript is above the JavaScript, those lines resulted in an unnecessarily high box of CoffeeScript code.
8 lines
103 B
CoffeeScript
8 lines
103 B
CoffeeScript
try
|
|
allHellBreaksLoose()
|
|
catsAndDogsLivingTogether()
|
|
catch error
|
|
print error
|
|
finally
|
|
cleanUp()
|