dMusicb
for (i in (1..10)) { // do stuff someFunc() // inside someFunc call continue to skip below part // do other stuff }
Ruckus
Boolean
for (i in 1..10) { // do stuff if (someFunc()) { // do other stuff } }
cedric
repeat(10)
A modern programming language that makes developers happier.