with Loop Handling
inline fun withLoopHandling(continueLabel: Int, breakLabel: Int, block: () -> Unit)
Content copied to clipboard
Automatically pushes/pops the required loop handlers.
Automatically pushes/pops the required loop handlers.