Bracket indexing: Difference between revisions

Jump to navigation Jump to search
6 bytes added ,  07:09, 7 August 2020
m
postfix→postcircumfix
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
m (postfix→postcircumfix)
Line 1: Line 1:
{{Built-in|Bracket indexing|<nowiki>[]</nowiki>}}, or simply '''Indexing''', is a special [[primitive function]] which uses the postfix notation <source lang=apl inline>X[Y]</source> instead of a normal prefix function. The result of <source lang=apl inline>X[Y]</source> is an array formed with items of X extracted by the [[index]] specification Y.
{{Built-in|Bracket indexing|<nowiki>[]</nowiki>}}, or simply '''Indexing''', is a special [[primitive function]] which uses the postcircumfix notation <source lang=apl inline>X[Y]</source> instead of a normal prefix function. The result of <source lang=apl inline>X[Y]</source> is an array formed with items of X extracted by the [[index]] specification Y.


== Indexing modes ==
== Indexing modes ==
5

edits

Navigation menu