Shape: Difference between revisions

Jump to navigation Jump to search
(→‎Documentation: BQN link)
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
== Examples ==
== Examples ==


<source lang="apl">
<syntaxhighlight lang="apl">
       (⍬≡⍴)¨1 'A'                ⍝ The shape of a scalar is the empty numeric vector ⍬
       (⍬≡⍴)¨1 'A'                ⍝ The shape of a scalar is the empty numeric vector ⍬
1 1
1 1
Line 33: Line 33:
* [http://wiki.nars2000.org/index.php/Rho NARS2000]
* [http://wiki.nars2000.org/index.php/Rho NARS2000]
* [http://microapl.com/apl_help/ch_020_020_460.htm APLX]
* [http://microapl.com/apl_help/ch_020_020_460.htm APLX]
* [https://www.jsoftware.com/help/dictionary/d210.htm J Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/dollar J NuVoc] (as <source lang=apl inline>$</source> "Shape Of")  
* [https://www.jsoftware.com/help/dictionary/d210.htm J Dictionary], [https://code.jsoftware.com/wiki/Vocabulary/dollar J NuVoc] (as <syntaxhighlight lang=apl inline>$</source> "Shape Of")  
* [https://mlochbaum.github.io/BQN/doc/shape.html BQN]
* [https://mlochbaum.github.io/BQN/doc/shape.html BQN]


{{APL features}}
{{APL features}}
{{APL built-ins}}[[Category:Primitive functions]][[Category:Array characteristics]]
{{APL built-ins}}[[Category:Primitive functions]][[Category:Array characteristics]]
Retrieved from ‘https://aplwiki.com/wiki/Shape