This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
v0.3.0
Major updates
- Functions now can be used as parameters
- Implemented Anonymous functions
- The switch statement is now "no implicit fallthrough" by default
- Defer keyword to postpone actions at the end of the scope (such as closing a file, etc)
- Implemented Tuples