Mutable values, atoms, pattern matching
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.