Beside: Difference between revisions

Jump to navigation Jump to search
139 bytes added ,  09:03, 6 September 2021
(fix the example related to hook)
Line 27: Line 27:
<source lang=apl>
<source lang=apl>
       ≡∘⌽⍨'UwU'
       ≡∘⌽⍨'UwU'
1
      ⍝ same as this, because operator is left-associative, unlike functions which is right-associative
      'UwU'(≡∘⌽)⍨'UwU'
1
1
       ⍝ same as
       ⍝ same as
24

edits

Navigation menu