Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@alinalihassan alinalihassan released this 06 Jan 17:20
· 162 commits to master since this release

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