|
> However, I never understood, why trailing commas are not allowed inOne argument for not supporting this is that argument lists are almost never
> function calls.
generated automatically, which was the original motivation for supporting
trailing commas in table constructors, as this simplifies code generation.
Another is that argument lists in practice are never very long.