type tarraysingle = array[0..1] of single; procedure test(var a : tarraysingle); var i,j,k : integer; begin a[i]:=a[j]-a[k]; end; begin end.