On 2016-01-24 14:16, Michel Fortin wrote:
> Have you considered supporting separate variable names? Like this:
>
> void login(string username: name, string password:) {
> writeln(name ~ ": " ~ password);
> }
No, not really.
--
/Jacob Carlborg