Documentation

Everything you need to know about Odialang

Getting Started

Installation

Install Odialang globally using npm:

terminal
npm install -g @devsuvam/odialang

Your First Program

Create a file named hello.odia:

hello.odia
# My first Odialang program
dekha "Namaskar, Odia!"

Run it with:

terminal
odia hello.odia

Language Keywords

OdiaEnglishUsage
dharaletVariable declaration
dekhaprintOutput to console
jadiifConditional statement
tahalethenIf-block start
naheleelseElse block
jebewhileWhile loop
aarambhaforFor loop start
rufrom/toRange in for loop
karyafunctionFunction definition
ferareturnReturn value
sesaendBlock terminator
satatrueBoolean true
michafalseBoolean false