RosettaCodeData/Task/Arrays/Harbour/arrays-3.harbour

3 lines
128 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
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