First: Difference between revisions

Jump to navigation Jump to search
197 bytes added ,  21:59, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
No edit summary
m (Text replacement - "<source" to "<syntaxhighlight")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox terminology
{| class=vertical-navbox style="float:right; font-size:500%; margin:0 1ex;"
| title = {{Icon|⊃}} {{Icon|↑}}
|<code></code> <code>↑</code>
| en = First, [[Disclose]]
|}
}}
'''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.
'''First''' 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.


== External links ==
== External links ==
Line 13: Line 12:
=== Documentation ===
=== Documentation ===


* [https://help.dyalog.com/18.0/#Language/Primitive%20Functions/Disclose.htm Dyalog] (<source lang=apl inline>⊃</source>)
* [https://help.dyalog.com/18.0/#Language/Primitive%20Functions/Disclose.htm Dyalog] (<syntaxhighlight lang=apl inline>⊃</syntaxhighlight>)
* [http://microapl.com/apl_help/ch_020_020_550.htm APLX] (<source lang=apl inline>↑</source>)
* [http://microapl.com/apl_help/ch_020_020_550.htm APLX] (<syntaxhighlight lang=apl inline>↑</syntaxhighlight>)
* [https://mlochbaum.github.io/BQN/doc/pick.html#first BQN]
 
== See also ==
== See also ==
* [[Mix]]
* [[Mix]]
* [[Right Shoe]]
* [[Right Shoe]]
{{APL built-ins}}[[Category:Primitive functions]]
{{APL built-ins}}[[Category:Primitive functions]]

Navigation menu