Skip to content

array name could be a constant #250

@x87

Description

@x87

currently this code does not compile:

const arr = 1@
arr(0@,1i) = 0

this code, however, does:

int arr[1]
arr[0@] = 0

https://github.com/sannybuilder/dev/wiki/Grammar#arrays

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions