1. class A
  2. int i = 0
  3. construct(int value)
  4. i = value
  5. // -->
  6. integer array A_i
  7. function construct_A(integer value) returns integer
  8. let id = new_A()
  9. A_i[id] = value

goto line:
Compare with:
text copy window edit this code post new code