mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 12:59:26 +02:00
8 lines
102 B
ObjectPascal
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. |