Documentation for the languages basic features is found here
Documentation for the standard library is found here
Features:
- Basic Arithmetic Operations (+, -, *, /)
- Advanced Arithmetic Operations (^, %, +=, -=, *=, /=)
- Comparison Operations (<, >, <=, >=)
- Logical Operations (!, ?, &)
- Mutable Variables (mut)
- Immutable Variables (const)
- Conditional Statements (if, elseif, else)
- Loop Statements (for, while)
- Methods
- Strings
- Lists
- Built-in Functions
- Branch Control Statements (break, continue, return)
- Comments
- List Iteration
- Containers
- File Importing
- Indexed List Iteration
- Indexed Loops
- Operators
- GUI / LWJGL Implementation
- List Indexing
- String Indexing
- Null safe
- Cannot use
ContainerInstanceValue
orContainerValue
inside