Indices: Difference between revisions

Jump to navigation Jump to search
5 bytes added ,  14:29, 24 October 2019
m
Miraheze>Marshall
Miraheze>Marshall
Line 12: Line 12:
3 7
3 7
</source>
</source>
{{Works in|[[Dyalog APL]],[[dzaima/APL]],[[NARS2000]]}}
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[NARS2000]]}}


In [[Nested array model|nested]] APLs it returns nested indices when passed a [[matrix]] or higher-dimensional array.
In [[Nested array model|nested]] APLs it returns nested indices when passed a [[matrix]] or higher-dimensional array.
Line 25: Line 25:
└┘
└┘
</source>
</source>
{{Works in|[[Dyalog APL]],[[dzaima/APL]],[[NARS2000]]}}
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[NARS2000]]}}


If numbers higher than 1 are allowed, they indicate that the index of the number is repeated. Negative numbers are never allowed.
If numbers higher than 1 are allowed, they indicate that the index of the number is repeated. Negative numbers are never allowed.
Line 32: Line 32:
1 1 1 3 3
1 1 1 3 3
</source>
</source>
{{Works in|[[dzaima/APL]],[[NARS2000]]}}
{{Works in|[[dzaima/APL]], [[NARS2000]]}}


== Description and APL model ==
== Description and APL model ==
Anonymous user

Navigation menu