On 4/26/23 09:08, Andreas Schwab wrote: > On Apr 26 2023, Tom de Vries via Gdb-patches wrote: > >> FWIW, reading a bit more about it I get the impression also set is >> idiomatic, so I came up with this: >> ... >> set res [lmap v $l { set v $v/c ; set v }] >> ... >> which works as well. > > You won't need the second set, though, since the first set already > returns the assigned value. > Andreas, thanks for the review. Committed as attached. Thanks, - Tom