Dyalog APL versions: Difference between revisions

Jump to navigation Jump to search
216 bytes added ,  15:30, 13 March 2020
→‎13.1: APL2 Replicate conformability extension
(→‎13.1: APL2 Replicate conformability extension)
Line 50: Line 50:


New [[Idiom recognition|idioms]] <source lang=apl inline>0=⊃⍴</source> and <source lang=apl inline>0≠⊃⍴</source> (valid for <source lang=apl inline>⎕ML<2</source>) were added. Idiom support was backported to [[#13.0|13.0]] as well.
New [[Idiom recognition|idioms]] <source lang=apl inline>0=⊃⍴</source> and <source lang=apl inline>0≠⊃⍴</source> (valid for <source lang=apl inline>⎕ML<2</source>) were added. Idiom support was backported to [[#13.0|13.0]] as well.
[[Replicate]] was extended to allow extension of any right argument with length 1 along the replication axis, and not just a [[singleton]] right argument, matching [[APL2]]'s [[conformability]] rules for Replicate.


== 13.2 ==
== 13.2 ==

Navigation menu