This is a list of things currently supported or unsupported by CompileIt.
Supported
Datatypes
Operators
- +, -, *, /, ^
- =, <, <=, >, >=, <>
- And, Or
- Not
Statements
- Global var, ... - only outside of functions
- Local var, ...
- If (multi-line and single-line)
- For (no Step)
- While
Functions
- ConsoleWrite
- StringLen, StringCompare, StringReverse
- Sin, Cos, Tan, ASin, ACos, ATan
- Mod, Ceiling, Floor, Round
- Sqrt, Exp, Log
Macros
Unsupported
- Everything not on the list above
- Const, Static
- Concatenation
- Type conversions (strings to numbers and vice versa)
- #include