Skip to content

v0.3.0

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