Skip to content

Mutable values, atoms, pattern matching

Compare
Choose a tag to compare
@fadion fadion released this 25 Jul 16:44
· 62 commits to master since this release

Features

  • var variable declaration for mutable values.
  • Assignment operator = for mutable values.
  • Atom data type.

Improvements

  • Switch now supports any data type.
  • Pattern matching for arrays in Switch.
  • Negative index subscript for arrays and strings.