betterC question

Dibyendu Majumdar d.majumdar at gmail.com
Thu Nov 19 00:20:50 UTC 2020


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.


More information about the Digitalmars-d-learn mailing list