Skip to content

Array constructor enhancements #47

Open
@dibyendumajumdar

Description

@dibyendumajumdar

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions