0
How can we know if the breaking statement is inside of the loop?
2 Answers
+ 7
Look the indentation
0
If there is a break statement, it will be in an if statement, or the loop is meaningless. So you can print messages to notify when there is a break statement.
I'm curious why do you need that.