Simple examples: Difference between revisions

Jump to navigation Jump to search
101 bytes added ,  15:20, 10 October 2019
Miraheze>Adám Brudzewsky
(Created page with "This page will contain examples that serve well to show APL's strength. They require minimal background and have no special dependencies. === Parenthesis nesting level === <pr...")
 
Miraheze>Adám Brudzewsky
Line 6: Line 6:
</pre>
</pre>
{{APL programming language}}
{{APL programming language}}
=== Indices of multiple elements
<pre class=apl>
      'mississippi'(⍸∊)'sp'
3 4 6 7 9 10
</pre>

Navigation menu