Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

Create array with size determined at runtime #52

@KrisV-777

Description

@KrisV-777

Being able to allocate arrays dynamically without relying on a script extender wrapper functions,

int i = 4
int[] a = new int[i]

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendIssue related to the backendenhancementNew feature or requestlanguage-additionAdding something to the language that is not vanillalexerIssue related to the lexer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions