Similar features in python (with) and C# (using). Provides a means of allocating a resource that needs to be disposed in a safer less error prone way than try { … } finally { … }.

I generally would prefer something that doesn’t add unnecessary indentation like defer statement.