Keywords
The following keywords are reserved in Lipi and cannot be used as identifiers:
| Keyword | Description |
|---|---|
| bhana | Used for printing output to the console |
| suna | Used for reading input from the user |
| purna | Integer data type |
| dasa | Decimal data type |
| akshar | Character data type |
| paath | String data type |
| khali | Void data type (for functions) |
| yadi | Used for conditional statements (if) |
| anyatha | Used for else condition in if statements |
| jabasamma | Used for while loops |
| lagi | Used for for loops |
| kaam | Used for function definitions |
| firta | Used for returning values from functions |
| thik | Boolean true value |
| bethik | Boolean 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: