APL Wiki:About: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  01:26, 31 October 2019
Miraheze>Adám Brudzewsky
No edit summary
Miraheze>Adám Brudzewsky
Line 17: Line 17:


Inline APL code should use the format
Inline APL code should use the format
<blockquote><code>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</code></blockquote>
<blockquote><pre>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</pre></blockquote>
which results in
which results in
<blockquote>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</blockquote>
<blockquote>The formula <source lang=apl inline>(2=+⌿0=N∘.|N)/N←⍳100</source> computes primes.</blockquote>

Navigation menu