ez-lang icon indicating copy to clipboard operation
ez-lang copied to clipboard

Array constructor enhancements

Open dibyendumajumdar opened this issue 7 months ago • 0 comments

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}

dibyendumajumdar avatar Apr 26 '25 15:04 dibyendumajumdar