[Progress Communities] [Progress OpenEdge ABL] Comment on Use Initial with Object Variables

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top