If intuitively-plain English is a requirement, we'll have to change some
existing keywords... e.g., I submit that the meaning of "for" has little to
do with typical English usage.


>> 
>> You'd get nicely intuitive plain English if "local" were used
>> instead:
>> 
>>     if (x == 5)
>>     {   local y = 3;
>>         z = x * y;
>>     }
>>     for (local Key in List)
>>         ++List [Key];

_______________________________________________
Es-discuss mailing list
Es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to