Beside: Difference between revisions

Jump to navigation Jump to search
127 bytes added ,  09:01, 6 September 2021
fix the example related to hook
m (Added examples)
(fix the example related to hook)
Line 14: Line 14:
</source>
</source>


When use [[dyadic]]ally, <source lang=apl inline>f∘g</source> forms a [[Hook]].
When use [[dyadic]]ally,  


<source lang=apl>
<source lang=apl>
Line 21: Line 21:
       ⍝ same as
       ⍝ same as
       'oy'≡⌽'yo'
       'oy'≡⌽'yo'
1
</source>
When used with [[Commute]], <source lang=apl inline>f∘g</source> forms a [[Hook]].
<source lang=apl>
      ≡∘⌽⍨'UwU'
1
      ⍝ same as
      'UwU'≡⌽'UwU'
1
1
</source>
</source>
24

edits

Navigation menu