Researcher question – what's the point of semicolons and curly braces?
matovitch via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 3 07:02:52 PDT 2016
Another thing is that some people (like me) likes to shape the
code as they wish, some classic examples being :
f(arg1,
arg2,
arg3);
return predicate() ? a
: b;
More information about the Digitalmars-d
mailing list