FSUM6089
break statement found outside of loop

Explanation

bc encountered a break statement when it was not performing a "for" or "while" loop.

User response

Make sure that all "break" statements occur within "for" or "while" loops.