Documentation

Keywords aur Rules ka Pura Gyaan.

Keywords Dictionary

Keyword Standard Equivalent Meaning
hum_rakhte_hain var / let Declare a variable.
bol print Output to console.
agar / warna if / else Conditional logic.
jabtak while Loop until condition false.
kaam function Define a function.
rangbaaj kaam expert function Optimized/Important function.
bhej return Return value.
bhaukaal try/block Critical execution block.
baklol throw Throw an error manually.

Error Types

❌ BaklolError

Thrown for logic errors, missing variables, or general syntax issues.

💀 BhaukaalError

System-level failures. Occurs when a bhaukaal block crashes.

⚠️ GyaanPelWarning

Not implemented yet, but reserved for when you over-engineer simple code.