try { print("hello") } catch (e) { print("catch!") } finally { print("finally...") }