> int: INTEGER
> int := array.item (i) -- non conforming
> int ?= array.item (i) -- assignment attemp on expanded argument
The last line is actually a warning, not an error. It is because in the past
it was not accepted at compile time, so we made it a warning in case it was
not an oversight in your code.
Regards,
Manu
.