6 lines
69 B
Text
6 lines
69 B
Text
|
|
var
|
||
|
|
MyArray: array[1..5] of real;
|
||
|
|
begin
|
||
|
|
MyArray[1] := 4.35;
|
||
|
|
end;
|