Retrieving an Element of an Array: Difference between revisions

m
(deprecated task)
Line 35:
 
[[ELLA ALGOL 68]] translator has restrictions on the number of dimensions and hence cannot compile this code.
<lang algolalgol68>main:(
PROC get item = (REF [] INT array, INT index)INT:(
array[index]