Am 19.02.2021 09:53 schrieb Sven Schreiber:
Am 19.02.2021 um 09:26 schrieb atecon:
> Hi,
>
> I am not sure that this is really a bug or part of the spec: While the
> foreach-loop iterates 4 times when applied to list X, it only iterates
> a
> single time when iterating over B.X where B is a bundle.
> loop foreach i B.X # I guess that is a new feature
Isn't it simply the case that foreach requires a non-bundled list?
AFAICS there's no new feature, only that "B.X" is taken to be a
meaningless string. (The other application of foreach.)
I had the feeling that looping of a bundled list led to an error in the
past. But I may be wrong. I can't find any thread on this right now.
Artur