2 lines
124 B
Text
2 lines
124 B
Text
x := arr3[1,10,2]
|
|
// The retrieved item can be nested array, in this case it isn't copied, the pointer to it is assigned
|