Pick: Difference between revisions

Jump to navigation Jump to search
14 bytes added ,  15:20, 8 November 2022
m
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 3: Line 3:
== Examples ==
== Examples ==


The left [[argument]] X must be a [[vector]] where each element of X specifies the multi-dimensional [[index]] at each layer of the right argument Y. The result of <syntaxhighlight lang=apl inline>X⊃Y</syntaxhighlight> is the item of Y at the location specified by X.
The left [[argument]] X must be a [[scalar]] or [[vector]] where each element of X specifies the multi-dimensional [[index]] at each layer of the right argument Y. The result of <syntaxhighlight lang=apl inline>X⊃Y</syntaxhighlight> is the item of Y at the location specified by X.


<syntaxhighlight lang=apl>
<syntaxhighlight lang=apl>

Navigation menu