mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
6 lines
70 B
Smalltalk
6 lines
70 B
Smalltalk
result: try
|
|
nonexistent * missing
|
|
catch error
|
|
true.
|
|
|
|
print(result) |