GOOC - Game Oriented Object C

GOOC - Game Oriented Object C

Next: GOOL Instructions as Expressions, Previous: Address-of Operator, Up: Expressions and Operators
[Contents]

7.8. Array Subscripts

7.8. Array Subscripts

You can access array elements by specifying the name of the array, and the array subscript (or index, or element number) enclosed in brackets. For Crash 2, the type of the index must be a Q8 fixed-point integer. For versions before Crash 2, it can be an integer. Fix this?