withLoopHandling

inline fun withLoopHandling(continueLabel: Int, breakLabel: Int, block: () -> Unit)

Automatically pushes/pops the required loop handlers.