Nest: Difference between revisions

Jump to navigation Jump to search
37 bytes added ,  14:41, 14 July 2020
m
Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com"
No edit summary
m (Text replacement - "http://help.dyalog.com" to "https://help.dyalog.com")
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Built-ins|Nest|⊆|⊃}}, also called '''Conditional Enclose''' or '''Enclose If Simple''', is a [[monadic]] [[primitive function]] that applies [[Enclose]] to the given [[argument]], but only if it is [[simple]]. Nest first appeared as an extension to [[SHARP APL]]<ref>[https://www.jsoftware.com/papers/satn45.htm "Language Extensions of May 1983"]. SATN-45, 1983-05-02.</ref> using the [[glyph]] <source lang=apl inline>⊃</source>, and was added to [[Dyalog APL]] 16.0 using the glyph <source lang=apl inline>⊆</source>.
{{Built-ins|Nest|⊆|⊃}}, also called '''Conditional Enclose''' or '''Enclose If Simple''' (commonly abbreviated as '''eis'''), is a [[monadic]] [[primitive function]] that applies [[Enclose]] to the given [[argument]], but only if it is [[simple]]. Nest first appeared as an extension to [[SHARP APL]]<ref>[https://www.jsoftware.com/papers/satn45.htm "Language Extensions of May 1983"]. SATN-45, 1983-05-02.</ref> using the [[glyph]] <source lang=apl inline>⊃</source>, and was added to [[Dyalog APL]] 16.0 using the glyph <source lang=apl inline>⊆</source>.


== Examples ==
== Examples ==
Line 37: Line 37:
=== Documentation ===
=== Documentation ===


* [http://help.dyalog.com/latest/#Language/Primitive%20Functions/Nest.htm Dyalog]
* [https://help.dyalog.com/latest/#Language/Primitive%20Functions/Nest.htm Dyalog]


== References ==
== References ==

Navigation menu