Documentation
Everything you need to know about Odialang
Tutorial
Step-by-step guide for beginners
Read more
Language Reference
Complete syntax and grammar reference
Read more
Contributing
How to contribute to Odialang
Read more
Changelog
Version history and updates
Read more
Getting Started
Language Keywords
| Odia | English | Usage |
|---|---|---|
| dhara | let | Variable declaration |
| dekha | Output to console | |
| jadi | if | Conditional statement |
| tahale | then | If-block start |
| nahele | else | Else block |
| jebe | while | While loop |
| aarambha | for | For loop start |
| ru | from/to | Range in for loop |
| karya | function | Function definition |
| fera | return | Return value |
| sesa | end | Block terminator |
| sata | true | Boolean true |
| micha | false | Boolean false |