You may find some solutions at
https://stackoverflow.com/questions/59319625/how-to-calculate-f1f2-fnx-given-a-gerund/59674764#59674764

-- 
Regards
Igor


On Thu, Jul 9, 2020 at 7:26 PM Hauke Rehr <hauke.r...@uni-jena.de> wrote:
> I wonder if there’s a simple way to “@:/“ a sequence of steps:
> say I want to apply verbs a,b,c,d,e in turn, I could say
> sequence =: 3 : 0
>    e d c b a y
> )
> turning sequence tacit
> sequence =: e@:d@:c@:b@:a
> or
> sequence =: [: e [: d [: c [: b a
> [...]



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to