Scala while and do/while loops (syntax, examples)
By Alvin Alexander. Last updated: July 15 2019
Once I got into functional programming I generally quit using while
loops and do
/while
loops in Scala, but the language has both of them. Here’s the general syntax: