In Kotlin while
and for
block, break
and continue
can be used, but they can’t be used in forEach
or repeat
block.
Tag Archives: While
LibreOffice: Loop in Basic
In the case we want edit cell from top to down in LibreOffice Calc, the loop function is useful.
Continue reading LibreOffice: Loop in Basic