On Thursday, 19 November 2020 at 00:18:54 UTC, rikki cattermole
wrote:
>
> You don't need the brackets to call a function (and with a
> little help from UFCS):
>
> void main() {
> import std.stdio;
>
> "Hello!".writeln;
> writeln;
> }
Okay thanks. Bad idea IMO.