in reply to Re: Assign multiple scalars the same value
in thread Assign multiple scalars the same value

They're lists, not arrays. It's an important distinction; try a list of different elements versus an array of different elements assigned to lists and scalars on the left hand side with and without parenthesis.

  • Comment on Re^2: Assign multiple scalars the same value