object index increment parsing error
infogulch opened this issue · 1 comments
infogulch commented
This error is shown before it starts running:
x := {}
x.l := 0
x.l := x.l + 1 ;parses fine, acts normally
x.l++ ;error: "test.ia:0 - Index was out of range. Must be non-negative and less than the size of the collection."
Deleted user commented
Fixed in 0d06d08.