Its something really basic, but for some reason i cant get my dinamic array to work. Keep getting a message that i need to add the "[]", but then i would create a static array, not a dinamic one. The code:
program Noname0;
var arr : array of integer;
begin
WriteLn('Hi!');
Readln;
end.