The stately := operator feature proposal

Ali Çehreli acehreli at yahoo.com
Thu May 30 16:20:59 PDT 2013


On 05/30/2013 03:15 PM, MrzlganeE wrote:

 > := and $= and just run with it.

Let's not forget immutable and shared either. How about their initials 
for mutable, const, immutable, and shared? I am more than half joking. :)

a m= 42;
b c= 43;
c i= 44;
d s= 45;

Ali



More information about the Digitalmars-d mailing list