Do While Loop

Run the block once, then repeat while condition stays True.

Execute at least once:


dhoro x = 0

koro {
    lekho(x)
    x++
} jotokkhon ( x < 10)