L
Lieven De Foor
Guest
What's specified as initial value currently needs to be a constant, even for primitive type variables, which is probably one of the reasons why object initialization on declaration is currently not possible either... In c# you can write: int i = 10, j = i + 1;
Continue reading...
Continue reading...