each left

From The K Language Wiki
Revision as of 03:15, 9 July 2022 by Promovicz (talk | contribs) ("Add all appropriate categories to each verb")
Each left
x f\:y

Each left applies a dyadic function f to the entirety of y and each element of x.

 3 4 5 +\:(2 3;4 5;6)
((5 6;7 8;9)
 (6 7;8 9;10)
 (7 8;9 10;11))

See Also

each right