While Loop

Repeat while a condition stays True using jokhon.

Use jokhon (while):


dhoro x = 0

jotokkhon (x < 10) totokkhon {
    jodi (x == 5) tahole {
        thamo
    }
    lekho(x)
    x++
}