Re: goto considered essential
- Posted by Tom Dailey <thomasdailey at comcast.net> Jan 21, 2006
- 512 views
John: The mechanism you propose sounds like a somewhat less restricted version of what I was proposing in my final code fragment. In fact, my C code looks just like what you've described your friend writing, except my "egress" is named "return_point", and what you find there is typically "return rv;", or, for boolean functions, "return answer;". I think we're on the same page here. Tom