Integer ; // 整形
String ; // 字符串
Char ; // 字符型
Real ; // 实型
Boolean ; // 布尔型
以上类型均为常用类型,在定义变量时应先书写 var 表示声明变量.
例如 :
var
I : Integer;