in reply to Re: while loop questionin thread while loop question
Of course it does :). It works in just the same way as using next/last in any nested loops.
OUTER: { INNER: while(1) { next INNER if this(); last OUTER if that(); } } [download]