Commas are there so you could omit repeating types for similarly-typed arguments: `proc foo(x, y, z: int)`
I suggest using semicolons in all other cases.
Commas are there so you could omit repeating types for similarly-typed arguments: `proc foo(x, y, z: int)`
I suggest using semicolons in all other cases.