DEBSOURCES
Skip Quicknav
sources / yabasic / 1%3A2.78.0-1 / tests / break_error.yab
123456
#---Fatal in break_error.yab, line 4: break has left program (loop_nesting=-2, switch_nesting=0) for a=0 to 4 for b=0 to 4 if (a*b=12) break 3 next b next a