签到天数: 1 天 [LV.1]初来乍到
- 积分
- 94
|
[size=18.018px]类型描述
[size=18.018px]范围及备注
[size=18.018px]Boolean
[size=18.018px]布尔类型
[size=18.018px](False, True)
[size=18.018px]Char
[size=18.018px]单字符类型
[size=18.018px]定义一个字符
[size=18.018px]String
[size=18.018px]字符串
[size=18.018px]定义一串字符
[size=18.018px]Integer
[size=18.018px]整型
[size=18.018px]-2147483648..2147483647
[size=18.018px]Cardinal
[size=18.018px]整型(无类型)
[size=18.018px]0..4294967295
[size=18.018px]Int64
[size=18.018px]Int64
[size=18.018px]-2^63..2^63-1
[size=18.018px]Word
[size=18.018px]字,表示整数范围小于Integer
[size=18.018px]0 - 65535
[size=18.018px]double
[size=18.018px]浮点型(带有小数点的数字)
[size=18.018px]注:数组作为一个特别的数据类型,具体会在5.3 数组中进行详细说明。
|
上一篇: GowLom2战神引擎变量定义说明下一篇: GowLom2战神引擎脚本编辑简介
|