Add index assignment to both Arrays and Maps. For arrays, the size will not grow, and the evaluator will throw an out-of-bounds error. I thought about expanding the array if the user sends an index out of bounds, but I don't think it should be allowed. The memory cost will be high.
Add index assignment to both Arrays and Maps. For arrays, the size will not grow, and the evaluator will throw an out-of-bounds error. I thought about expanding the array if the user sends an index out of bounds, but I don't think it should be allowed. The memory cost will be high.