Den onsdag 13 juli 2016 kl. 17:57:00 UTC+2 skrev David Rysdam:
> I don't know what you mean by return terminating the filter/for.
The return command in the script causes the dict filter command to end when evaluating the script the first time, without iterating through the rest of the items.
> [dict for] also seems to only operates on the "immediate items".
Yes, all the iterating dict commands do that, IIRC.
> I guess you could make an helper proc (possibly anonymously) that did
> the recursion. Is there a snippet somewhere that does this in general?
I'm not aware of any. If you could clarify, preferably with real data, what you want to achieve, I could possibly write up something to start with.