比如
var
x,y:string
begin
y:=low(x);
end;
为什么我输不出y呢?问题2:
定义
type no=(no1,no2,no3);
这个叫定义一个类吗?