ez-lang
ez-lang copied to clipboard
Array constructor enhancements
At present we have a syntax for declaring arrays with a length and initial value to be used for elements, but this is not actually handled in the language, compiler or VMs.
Example syntax:
var arry2 = new [Int] {len=10, value=0}