On Thu, Aug 11, 2011 at 2:06 PM, Devin Jeanpierre wrote:
>
> Eek no. If I was suggesting anything, it would have been a third form
> of continuation: collapsing subsequent extra-indented lines. This is
> never ambiguous. (This could be done in such a way as to permit
> comments, namely, by doing i
On Thu, Aug 11, 2011 at 12:24 PM, Devin Jeanpierre
wrote:
> Javascript also lets you break lines. For example, this does what you want:
>
> return 1
> + 5
>
> Whereas this does not
>
> return
> 1 + 5
>
> Of course, Python would have no such problem, because you could make b