clean and opti

This commit is contained in:
2023-07-25 09:48:20 +02:00
parent 2b97d38b7e
commit 09e0d32c15
6 changed files with 11 additions and 26 deletions

View File

@ -10,7 +10,7 @@ puttab_str(tab)
putchar('"');
putstr([tab]);
putchar('"');
tab = tab + 1;
tab++;
if ([tab] != 0)
putstr(", ");
}