Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Literal Array Initialization #70

Open
H1ghBre4k3r opened this issue May 2, 2023 · 0 comments
Open

Literal Array Initialization #70

H1ghBre4k3r opened this issue May 2, 2023 · 0 comments
Assignees
Labels
compiler Something related to the compiler enhancement New feature or request
Milestone

Comments

@H1ghBre4k3r
Copy link
Owner

In order to allow explicit initialization of arrays, it would be nice to be able to declare them:

let foo := [1, 117, 42]

This a case like that, all elements have to be of the same type.

@H1ghBre4k3r H1ghBre4k3r added enhancement New feature or request compiler Something related to the compiler labels May 2, 2023
@H1ghBre4k3r H1ghBre4k3r added this to the v0.2.0 milestone May 2, 2023
@H1ghBre4k3r H1ghBre4k3r self-assigned this May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Something related to the compiler enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant