mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
documentation waypoint
This commit is contained in:
7
documentation/cs/try.cs
Normal file
7
documentation/cs/try.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
try
|
||||
all_hell_breaks_loose()
|
||||
cats_and_dogs_living_together()
|
||||
catch error
|
||||
print( error )
|
||||
finally
|
||||
clean_up().
|
||||
Reference in New Issue
Block a user