Skip to content

1. rajiniPP: Language Specification

Aadhithya Sankar edited this page May 12, 2022 · 4 revisions

This document outlines the rajini++ language specification and syntax.

rajini++ Keywords and Symbols

Keyword Meaning
LAKSHMI START Program Starts
MAGIZHCHI Program Ends
DOT Print
AANDAVAN SOLLRAN Declare Variable
ARUNACHALAM SEIYARAN Set initial value
BHAJJI SAAPDU Assign Value
EN PEAR MANICKAM If
ENAKKU INNUR PEAR IRUKKU Else
KATHAM KATHAM EndIf/EndLoop
Symbol Meaning
+ Sum
- Difference
/ Division
* Multiplication
% Modulo
> Greater Than
> Greater Than
>= Greater Than Equal To
< Lesser Than
<= Lesser Than Equal To
== Equal To
!= Not Equal To
{ Begin flow control block(conditional/loops)
{ End flow control block(conditional/loops)
; End Statement
Clone this wiki locally