6 lines
66 B
ObjectPascal
6 lines
66 B
ObjectPascal
var
|
|
i: int64;
|
|
u: uint64;
|
|
begin
|
|
writeln((i+u).GetType);
|
|
end. |