fpc/tests/tf/tf000002.pp
1999-12-02 17:37:24 +00:00

8 lines
102 B
ObjectPascal

var
i,j : longint;
begin
i:=longint;
j:=i*word+j*shortint;
j:= 15 +5*i +(i*i)+sqr(word);
end.