While Loops

While loop in the Aral programming language

Example

ózgeriwshi san a = 1;
        
qashan (a < 10) bolsa {
    shıǵar(a);
    a = a + 1;
}

Back to top

Aral Programming Language - Open Source Educational Project

This site uses Just the Docs, a documentation theme for Jekyll.