H
hcman
Unregistered / Unconfirmed
GUEST, unregistred user!
program project1;
{$apptype console}
type
Tdaterec=recode
year:integer;
monthjan,feb,mar,apr);
date:1..31;
end;
这段代码中定义数据类型Tdaterec=recode为何要用T打头,还有其他的字符吗?
{$apptype console}
type
Tdaterec=recode
year:integer;
monthjan,feb,mar,apr);
date:1..31;
end;
这段代码中定义数据类型Tdaterec=recode为何要用T打头,还有其他的字符吗?