Tacit programming: Difference between revisions

Jump to navigation Jump to search
83 bytes removed ,  15:21, 9 January 2020
Line 58: Line 58:
=== Plus and minus ===
=== Plus and minus ===
<source lang=apl>
<source lang=apl>
       (+,-)2
       (+,-) 2
2 ¯2
2 ¯2
       1 2 3 (+,-) 4
       5 (+,-) 2
5 6 7 ¯3 ¯2 ¯1
7 3
      (2 3⍴0) (+,-) 1
1 1 1 ¯1 ¯1 ¯1
1 1 1 ¯1 ¯1 ¯1     
</source>
</source>


Navigation menu