MOwa-Lang

Introduction

Inka Modhaledadhama ?

Welcome to the Core MowaLang 🌱

This section introduces the core building blocks β€” how to declare variables, work with data types, take input, and write conditional logic using Telugu-inspired syntax.

Think of this section as your first walk into the MowaLang universe. We'll keep it simple and build step by step.


Language Nomenclature

MowaLang uses familiar Telugu words to replace common programming constructs. Here’s a handy comparison chart:

JavaScript vs MowaLang – Keyword Comparison Table

JavaScript 🀑MowaLang πŸ”₯Description
constidhiDeclare a variable
console.log()mowaPrint output to the screen
prompt()theeskoTake input from the user
if(condition){}okavela(cond) ayithe{}Conditional: if block
else if()ledhante()Conditional: else-if block
elseledhaConditional: else block
switch(e){}enchuko(e){}Switch Case
breakaagipoBreak Statement
continuekaaniContinue Statement
forvarakuLooping constructs
functionpaniDeclare a function
returnicheyReturn a value from a function
truenijamBoolean true
falseabadhamBoolean false
typeofrakamreturns the type of a variable
πŸ”₯ Mowa !... Idhi Aarambham Maatrame! Inka mundhu chaala unnayi.