Free Pascal比Turbo Pascal多了哪些数据类型?

来源:百度知道 编辑:UC知道 时间:2024/05/11 18:59:20

可以再函数和过程中使用自己定义的数据类型
如:
type listtype=array[1..100] of longint;
procedure test(a:listtype);
begin
....
end;
这个用法在TP中就不能用
nt64
qword
dword
ansistring
tbyte
其实这些一般不常用

多的都是更大的数据类型
我都不大记得了
不过印象最深的是INT64的整形数据
取值范围好大好大

怎么都用不完

int64
qword
dword