Files
coffeescript/test/fixtures/execution/assign_to_try_catch.cs
2009-12-24 00:12:07 -08:00

6 lines
70 B
Smalltalk

result: try
nonexistent * missing
catch error
true.
print(result)