/Kotlin---Demo-Continue-Keyword

The Kotlin continue statement breaks the loop iteration in between (skips the part next to the continue statement till end of the loop) and continues with the next iteration in the loop.

Primary LanguageKotlinMIT LicenseMIT

Watchers