1 | Array Access/Argument Passing |
2 | All arrays are declared as 1D and accessed with index arithmetic. |
3 | Array indices must be passed separately as arguments, which changes the user interface. |
4 | Primitives are passed in object wrappers to emulate pass-by-reference (only when needed, though). |