Use /f instead of f°⊟
If you have an array with two rows, and want to apply a |2.1 function to its rows, use / reduce instead of °⊟ un couple.
An example (Pad):
↯2_3⇡6
⊃(+°⊟ # 3_5_7
| /+ # also 3_5_7
)
Use /f instead of f°⊟
If you have an array with two rows, and want to apply a |2.1 function to its rows, use / reduce instead of °⊟ un couple.
An example (Pad):
°△しろさんかく2_3
⊃(+°⊟ # 3_5_7
| /+ # also 3_5_7
)