V
Index   <<   >>

 
 +/ % #
 ┌───┬──────┬──────┬─┬─┬─┬────┬─┬─┬─┬────┬──┐
 │HDR│folk1 │folk2 │a│b│c│flag│_│_│_│fdep│fk│
 └───┴──────┴──────┴─┴─┴─┴────┴─┴─┴─┴────┴──┘
     ┌───┬──────┬──────┬─┬─┬─┬────┬─┬─┬─┬────┬──┐
a    │HDR│reduce│oprod │d│0│0│flag│_│_│_│fdep│/ │
     └───┴──────┴──────┴─┴─┴─┴────┴─┴─┴─┴────┴──┘
         ┌───┬──────┬──────┬─┬─┬─┬────┬─┬─┬─┬────┬──┐
d        │HDR│conjug│plus  │0│0│0│flag│0│0│0│fdep│+ │
         └───┴──────┴──────┴─┴─┴─┴────┴─┴─┴─┴────┴──┘
     ┌───┬──────┬──────┬─┬─┬─┬────┬─┬─┬─┬────┬──┐
b    │HDR│recip │divide│0│0│0│flag│0│0│0│fdep│% │
     └───┴──────┴──────┴─┴─┴─┴────┴─┴─┴─┴────┴──┘
     ┌───┬──────┬──────┬─┬─┬─┬────┬─┬─┬─┬────┬──┐
c    │HDR│tally │repeat│0│0│0│flag│_│1│_│fdep│# │
     └───┴──────┴──────┴─┴─┴─┴────┴─┴─┴─┴────┴──┘

   f=: +/ % #

   5!:4 <'f'            5!:2 <'f'
  ┌─ / ─── +         ┌─────┬─┬─┐
──┼─ %               │┌─┬─┐│%│#│
  └─ #               ││+│/││ │ │  
                     │└─┴─┘│ │ │
                     └─────┴─┴─┘