Continue

class Continue : Statement

Represents the termination of the current iteration of a loop.

The execution of the loop's body will immediately stop, and the next iteration will begin, as long as the loop's condition allows it. Only applicable in the body of a ForLoop or WhileLoop.

Constructors

Link copied to clipboard
fun Continue()