Proposal: new variable definition operator

jovo jovo at at.home
Sat Mar 17 13:16:01 PDT 2007


Hi,
as type inference going to be norm I think we need reconsider
diferentiate variable definition and variable assignment operator.

Obvious choice is ':=' for variable definition. It's terse and explicit.
Look at this:

for(i := 0, i < 10; ++i)

jovo




More information about the Digitalmars-d mailing list