Readability: Difference between revisions

Jump to navigation Jump to search
3 bytes added ,  23:29, 3 August 2021
m (Culture category)
Line 73: Line 73:
<source lang=apl>
<source lang=apl>
a←4
a←4
(a+3)×a
(a←3)×a
</source>
</source>
where it is undefined whether the initial value for <source lang=apl inline>a</source> is used at all in the second line, yielding 12, or whether the second assignment is done before [[times]] gets its right argument, and thus the result is 9.
where it is undefined whether the initial value for <source lang=apl inline>a</source> is used at all in the second line, yielding 12, or whether the second assignment is done before [[times]] gets its right argument, and thus the result is 9.
Line 94: Line 94:
Z[B;]←(24p' Y9  X9 ')[C/A;]
Z[B;]←(24p' Y9  X9 ')[C/A;]
</source>
</source>
== See also ==
== See also ==
* [[Semantic density]]
* [[Semantic density]]

Navigation menu