Object Pascal Language Guide pdf

图书网 2017年11月15日11:11:38
评论
2.3K

Object Pascal Language Guide 内容简介:

Tokens

Tokens are the smallest meaningful units of text in an Object Pascal program. They are categorized as special symbols, identifiers, labels, numbers, and string constants.

An Object Pascal program is made up of tokens and separators. A separator is either a blank or a comment. Two adjacent tokens must be separated by one or more separators if each token is a reserved word, an identifier, a label, or a number. Separators can’t be part of tokens except in string constants.

Special symbols

Object Pascal uses the following subsets of the ASCII character set:

• Letters—the English alphabet, A through Z and a through z

• Digits—the Arabic numerals 0 through 9

• Hex digits—the Arabic numerals 0 through 9, the letters A through F, and the letters a through f

• Blanks—the space character (ASCII 32) and all ASCII control characters (ASCII 0 through 31), including the end-of-line or return character (ASCII 13)

These are the syntax diagrams for letter, digit, and hex digit:

......

图书网:Object Pascal Language Guide pdf

继续阅读

→→→→→→→→→→→→→→→→→→→→查找获取

数据结构 C语言版 第2版pdf 程序设计

数据结构 C语言版 第2版pdf

适读人群 :普通高校电子信息大类本科生学习、考研,同时也适合零售和培训。 采用“案例驱动”的编写模式。书中结合实际应用,将各章按照“案例引入——数据结构及其操作——案例分析与实现”...
C++捷径教程 第3版pdf 程序设计

C++捷径教程 第3版pdf

C++捷径教程 第3版 作者:(美) Herbert Schildt C++捷径教程 第3版 出版社:清华大学出版社 C++捷径教程 第3版 内容简介 本书是程序设计大师Herbert Schildt...
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: