Re: Replacing GOTO. [was Re: Conceptual problem solved by GOTO]
- Posted by Matt Lewis <matthewwalkerlewis at gmail.?o?> Jun 07, 2008
- 771 views
Chris Bensler wrote: > <note the very large snip...please> > }}} <eucode> > for "foo" count = get_start_index(addrList[handle]) to > stop_index(addrList[handle]) > by get_element_size(addrList[handle]) do -- counts the number of elements in > the range of start to stop > if count = x then exit "foo" end if > end for > </eucode> {{{ I think this definitely has some serious merit. Matt