APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
48 bytes added ,  16:19, 8 June 2021
mNo edit summary
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.
Assigning to the special ''Quad character'' (the stylised console, <source lang=apl inline></source>) sends the the pass-though value from the assignment to the console (the screen), 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