> On Jul 27, 2020, at 4:02 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > > On Jul 27 2020, Lawrence Velázquez wrote: > >> If word splitting were not performed in compound assignments, this... >> >> foo=(a b c) >> >> ...would not work. > > This is not true. Field splitting is only relevant for words generated > by other expansions, not for literal tokens.
My fault, I got it mixed up with tokenization. Carry on! vq