-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Arrays should be fixed length and type and should be formed by the following:
my_array <-var <dec>-< < 1 | 2 | 3 | 4 | 5 > <~~ Assignment
my_array@0 <~~ 1
my_array@-1 <~~ 5
my_array@2..4 <~~ <dec>< 3 | 4 | 5 >
my_array@0...3 <~~ <dec>< 1 | 2 | 3 >
dec< 1 | 2 | 3 | 4 | 5 > <~~ Literal
<dec>< dec< 1 | 2 | 3 | 4 | 5 > | dec< 1 | 2 | 3 | 4 | 5 > | dec< 1 | 2 | 3 | 4 | 5 > > <~~ array of dec arrays
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request