Lipi

Keywords

The following keywords are reserved in Lipi and cannot be used as identifiers:

KeywordDescription
bhanaUsed for printing output to the console
sunaUsed for reading input from the user
purnaInteger data type
dasaDecimal data type
aksharCharacter data type
paathString data type
khaliVoid data type (for functions)
yadiUsed for conditional statements (if)
anyathaUsed for else condition in if statements
jabasammaUsed for while loops
lagiUsed for for loops
kaamUsed for function definitions
firtaUsed for returning values from functions
thikBoolean true value
bethikBoolean false value

Usage

These keywords have special meanings in Lipi and are used to perform specific operations or define specific constructs. You cannot use these keywords as variable names, function names, or any other identifiers in your code.

Next Steps

Now that you understand the keywords in Lipi, you can learn more about: