APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  19:23, 27 February 2020
m
Line 176: Line 176:
0 9 21 33 42
0 9 21 33 42
</source>
</source>
<source lang=apl inline>⊢</source> is the [[identity]] function, which is just used here get the pass-though value from the assignment, as it would otherwise be hidden. (We call assignment ''shy''.) <source lang=apl inline>\</source> is just like <source lang=apl inline>/</source> but gives us the intermediate values.
<source lang=apl inline>⊢</source> is the [[identity]] function, which is just used here get the pass-though value from the assignment, as it would otherwise be hidden. (We call assignment ''[[shy]]''.) <source lang=apl inline>\</source> is just like <source lang=apl inline>/</source> but gives us the intermediate values.


=== Combining arrays ===
=== Combining arrays ===

Navigation menu