| Liste des Groupes | Revenir à cl c |
On 2025-04-03, BGB <cr88192@gmail.com> wrote:
Commas are overwhelmingly used to separate list elements in programming languages.In my compiler, I did both ' and _, ...False; you can't use comma because of an /existing/ ambiguity.
Personally though, I prefer using _ as a digit separator in these scenarios.
>
But, yeah, can't use comma without creating syntactic ambiguity.
Comma separation causes problems when arguments can be empty!It seems to be the other way around: how many missing arguments are there here between a and b:
In C preprocessing MAC() is actually a macro with one argument,I assume MAC() is a macro invocation? Then MAC could equally be a macro with zero arguments, and none is provided.
which is empty.
Les messages affichés proviennent d'usenet.