Skip to content

Instantly share code, notes, and snippets.

@kohry
Created September 14, 2016 12:51
import util.control.Breaks._
object B {
breakable {
for (i <- 0 until n) if (!sth) break
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment