Steven Schveighoffer:
> So one rule in D compared to how many in Python?  (I  
> honestly don't know, I don't use python)

It's hard to answer similar questions in an objective way.
In Python 2.x the line continuation is implicit if you are inside a parenthesis:
print (x +
 5)

Bye,
bearophile

Reply via email to