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