Componentes.Terceros.jvcl/internal/3.36/1/examples/JvInterpreterDemos/JvInterpreterTest/samples/sample - array read.pas
2009-03-04 12:31:55 +00:00

6 lines
69 B
ObjectPascal

var
A: array[1..10] of integer;
begin
Result := A[10];
end;