主题:保留字
michaellyz
[专家分:270] 发布于 2005-11-27 17:56:00
谁能说出所有的保留字?(+30)
沙发
绿步甲 [专家分:1610] 发布于 2005-11-27 18:58:00
所谓保留字是指在Pascal语言中具有特定的含义,不能用于其它标识符定义上。你必须了解它的含义,以便于正确的使用,否则会造成错误。标准Pascal语言中的保留字一共有36个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字(斜体是Turbo Pascal特有的保留字),可以分为六种类型:
(1) 程序、函数、过程的符号:
program,function,procedure
(2) 说明部分的专用定义符号
array,const,file,lable,packed,var,record,set,type,of,string,object,unit,uses,
library,constructor,implementation,interface
(3) 语句专用符号
case,do,downto,else,for,goto,if,repeat,then,to,until,while,with,forward,
asm,exports,inline,inherited,destructor
(4) 运算符号
and,div,in,mod,not,or,shr,shl,xor
(5) 分隔符号
begin,and
(6) 空指针符号
表忘了加分~~~