mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
14 lines
112 B
CoffeeScript
14 lines
112 B
CoffeeScript
result: try
|
|
10
|
|
finally
|
|
15
|
|
|
|
ok result is 10
|
|
|
|
|
|
result: try
|
|
throw 'up'
|
|
catch err
|
|
err.length
|
|
|
|
ok result is 2 |