Support for 'break' keyword to break out of a loop
It is now not possible to break out of a loop once a certain condition has been reached, but adding the
break;
keyword would solve this.It is also possible to call
Submitted by D. Pelsmaeker on 23 March 2012 at 17:00return
in the middle of a loop, so ‘break’ should certainly be possible.
Issue Log
On 29 March 2012 at 11:30 Danny Groenewegen commented:
Related to https://yellowgrass.org/issue/WebDSL/277.
Besides causing confusion, break and continue will likely complicate/prevent efficient query optimization.
Log in to post comments