scope() statements and return

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Oct 7 00:07:46 PDT 2014


On Tuesday, 7 October 2014 at 03:19:06 UTC, Andrei Alexandrescu 
wrote:
>> Note that if we reverse the chaining (like java does), then the
>> loop problem mostly disappear. It is still possible to create 
>> it,
>> you you got to actively look for it.
>
> I knew Python has chaining but not Java. Got a reference handy? 
> My searches suggest that in Java that's a manual technique 
> only. -- Andrei

Yes there is no language magic to it in java. It is by convention.


More information about the Digitalmars-d mailing list