What was the reason the resource block changed from the keyword “do” to the keyword “try”. Is it possibly more confusing using the “try” keyword since you can attach a catch and finally clause to the block or was this intended for some reason? What is the scope of exceptions in that block ?