Hacker News new | ask | show | jobs
by SideburnsOfDoom 3014 days ago
There are several constructs for it, see also "try ... finally" on C# and Java, and "using" statements in C#.

All make the "goto manual cleanup at end" less necessary, and make early return easier to use.