First: Difference between revisions

Jump to navigation Jump to search
1,057 bytes added ,  09:15, 9 July 2020
no edit summary
Miraheze>Adám Brudzewsky
(Created page with "{{Primitives|⊃|↑|First}} is a primitive monadic function which extracts the first element from its argument. {{APL built-ins}}")
 
No edit summary
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Primitives|⊃|↑|First}} is a [[primitive function|primitive]] [[monadic function]] which extracts the first [[element]] from its argument.
{| class=vertical-navbox style="float:right; font-size:500%; margin:0 1ex;"
|<code></code> <code></code>
|}
'''First''' (<code>⊃</code> or <code>↑</code> and also called '''Disclose''') is a [[monadic function]] in [[Nested array model|nested]] APLs which extracts the first [[element]] in [[ravel order]] from its argument, or, if the argument is [[empty]], returns its [[prototype]]. The [[glyph]] used varies by dialect. In a [[Nested array model|nested]] APL, First reduces the positive [[depth]] of an argument other than a [[simple scalar]] by at least one; in a [[Flat array model|flat]] APL it does not change the depth. A flat array language may also use the [[Head]] function to get the first [[major cell]] of its argument rather than the first 0-[[cell]]. In this case First can be obtained by [[take|taking]] the Head of the [[Ravel]] of the argument.


{{APL built-ins}}
== External links ==
 
=== Lessons ===
 
* [https://chat.stackexchange.com/transcript/52405?m=41435641#41435641 APL Cultivation]
 
=== Documentation ===
 
* [https://help.dyalog.com/18.0/#Language/Primitive%20Functions/Disclose.htm Dyalog]
* [http://microapl.com/apl_help/ch_020_020_550.htm APLX]
 
{{APL built-ins}}[[Category:Primitive functions]]

Navigation menu