Am 06.12.2019 um 02:31 schrieb Allin Cottrell:
 And it's now in git (via "$i"), as in
 <hansl>
 bundle b = defbundle("x", 13, "m", I(3), "s",
"foo")
 loop foreach i b
   eval b["$i"]
 endloop
 </hansl> 
Great, thanks! I guess this renders obsolete my other question inspired
by your getkeys() example whether 'loop foreach i getkeys(b)' would
work, the plain solution being much better.
cheers
sven