Scala considering significant indentation like Python

Serhiy Storchaka storchaka at gmail.com
Mon May 22 10:33:39 EDT 2017


22.05.17 17:24, Skip Montanaro пише:
> On Mon, May 22, 2017 at 9:14 AM, bartc <bc at freeuk.com> wrote:
>> I think 'end' can be used in Python too:
>>
>>   if (cond):
>>       stmts
>>   end
>>
>> But:
>>
>> - You need to define a dummy variable 'end'
> 
> Interesting idea. You can avoid the dummy variable part by just using
> '#end', however:
> 
> if cond:
>      stmts
> #end

See pindent.py.




More information about the Python-list mailing list