Semicolons: mostly unnecessary?

Simen Kjaeraas simen.kjaras at gmail.com
Wed Oct 21 21:07:35 PDT 2009


On Thu, 22 Oct 2009 05:39:10 +0200, Rainer Deyke <rainerd at eldwood.com>  
wrote:

> Christopher Wright wrote:
>> This only leaves the possibility of removing semicolons entirely. This
>> would mandate newlines as separators instead. Then you'd need a
>> different character to negate newlines. The C/C++ crowd would leave at
>> this point, since that's just silly. (Though less typing.)
>
> Trivial solution: use indentation.  If a line is more deeply indented
> than the previous line, it's a continuation of the previous statement.

All spaces, I presume? :p



More information about the Digitalmars-d mailing list