Kotlin for Beginners 18 - Break and Continue. In this video, we are going to discuss Break and Continue Expression. Break Expression terminates the loop without checking the test expression and Continue Expression to use continue to skip the current iteration of a loop.