APL Wiki:About: Difference between revisions

Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
Miraheze>RikedyP
Line 27: Line 27:


<blockquote><pre><source lang=apl>
<blockquote><pre><source lang=apl>
(2=+⌿0=N∘.|N)/N←⍳100
      (2=+⌿0=N∘.|N)/N←⍳100
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
</source></pre></blockquote>
</source></pre></blockquote>


which results in
which results in:


<blockquote><source lang=apl>
<blockquote><source lang=apl>
Line 47: Line 47:
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[GNU APL]], [[ngn/APL]]}}</pre></blockquote>
{{Works in|[[Dyalog APL]], [[dzaima/APL]], [[GNU APL]], [[ngn/APL]]}}</pre></blockquote>


which results in
which results in:


<blockquote><source lang=apl>
<blockquote><source lang=apl>
Line 65: Line 65:
which results in:
which results in:


<blockquote>[https://tryapl.org/?a=%7B%282%3D+%u233F0%3D%u2375%u2218.%7C%u2375%29/%u2375%7D%u2373100&run Try it now!]
<blockquote>
[https://tryapl.org/?a=%7B%282%3D+%u233F0%3D%u2375%u2218.%7C%u2375%29/%u2375%7D%u2373100&run Try it now!]
<source lang=apl>
<source lang=apl>
       {(2=+⌿0=⍵∘.|⍵)/⍵}⍳100
       {(2=+⌿0=⍵∘.|⍵)/⍵}⍳100
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
</source></blockquote>
</source></blockquote>
Just make sure to leave a blank line before the link.


=== Primitives and other built-ins ===
=== Primitives and other built-ins ===