Tacit programming: Difference between revisions

Jump to navigation Jump to search
4 bytes added ,  16:32, 1 November 2021
→‎3-trains: Added missing `⍵` to `A g h` train train
(→‎Trains: hooks)
(→‎3-trains: Added missing `⍵` to `A g h` train train)
Line 45: Line 45:
The ''left tine'' of a fork can be an array:
The ''left tine'' of a fork can be an array:
{|
{|
|<source lang=apl>  (A g h)</source>|| {{←→}} ||<source lang=apl>A g (  h ⍵)</source>
|<source lang=apl>  (A g h) </source>|| {{←→}} ||<source lang=apl>A g (  h ⍵)</source>
|-
|-
|<source lang=apl>⍺ (A g h) ⍵</source>|| {{←→}} ||<source lang=apl>A g (⍺ h ⍵)</source>
|<source lang=apl>⍺ (A g h) ⍵</source>|| {{←→}} ||<source lang=apl>A g (⍺ h ⍵)</source>
1

edit

Navigation menu