To wrap it up, that break message you are seeing isn't an error. Don't worry about it. However, you should include a logical way to end the program. Forcing the user running it to forcibly stop it is not recommended. In this case, you could have a GOTO that goes outside the loop and finishes the program's runtime. You could also use the END instruction.