Simple and easy to learn language, because its combined various keywords like function, func, fun, define, def, method, meth, met for a method and so on.
| Keyword | Definition |
|---|---|
| function | To create a function |
| func | |
| fun | |
| define | |
| def | |
| method | |
| meth | |
| met | |
| cout | To output something in the console |
| sout | |
| sysout | |
| log | |
| >> | To use a keyword on a value |
| >!> | To use a keyword on a value with linebreaks |
| call | To call a function |
| use | |
| string | To create a string variable |
| str | |
| integer | To create a integer variable |
| int | |
| long | To create a long variable |
| character | To create a character variable |
| char | |
| boolean | To create a boolean variable |
| bool | |
| double | To create a double variable |
| float | To create a float variable |
| array[] | To create a array variable |
| any | To create a any variable |
| object | |
| obj |