Break/Continue Skill

The break statement is used to exit a loop prematurely, while the continue statement skips the rest of the current iteration and proceeds to the next.

TypeTitle
no data