home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / PascalIdent / _SETUP.1 / pascal.inc < prev    next >
Encoding:
Text File  |  2001-03-03  |  2.5 KB  |  331 lines

  1. [ keywords-lowercase ]
  2.  
  3. # [ LOWER UPPER CASE ]
  4.  
  5. and
  6. asm
  7. array
  8. begin
  9. case
  10. const
  11. constructor
  12. destructor
  13. div
  14. do
  15. downto
  16. else
  17. end
  18. exports
  19. file
  20. for
  21. function
  22. goto
  23. if
  24. implementation
  25. in
  26. inherited
  27. inline
  28. interface
  29. label
  30. library
  31. mod
  32. nil
  33. not
  34. object
  35. of
  36. or
  37. packed
  38. pointer
  39. procedure
  40. program
  41. record
  42. repeat
  43. set
  44. shl
  45. shr
  46. string
  47. then
  48. to
  49. type
  50. unit
  51. until
  52. uses
  53. var
  54. while
  55. with
  56. xor
  57.  
  58.  
  59. [ keywords-uppercase ]
  60.  
  61. # [ LOWER UPPER CASE ]
  62.  
  63. AND
  64. ASM
  65. ARRAY
  66. BEGIN
  67. CASE
  68. CONST
  69. CONSTRUCTOR
  70. DESTRUCTOR
  71. DIV
  72. DO
  73. DOWNTO
  74. ELSE
  75. END
  76. EXPORTS
  77. FILE
  78. FOR
  79. FUNCTION
  80. GOTO
  81. IF
  82. IMPLEMENTATION
  83. IN
  84. INHERITED
  85. INLINE
  86. INTERFACE
  87. LABEL
  88. LIBRARY
  89. MOD
  90. NIL
  91. NOT
  92. OBJECT
  93. OF
  94. OR
  95. PACKED
  96. POINTER
  97. PROCEDURE
  98. PROGRAM
  99. RECORD
  100. REPEAT
  101. SET
  102. SHL
  103. SHR
  104. STRING
  105. THEN
  106. TO
  107. TYPE
  108. UNIT
  109. UNTIL
  110. USES
  111. VAR
  112. WHILE
  113. WITH
  114. XOR
  115.  
  116.  
  117. [ keywords-firstbig ]
  118.  
  119. # [ LOWER UPPER CASE ]
  120.  
  121. And
  122. Asm
  123. Array
  124. Begin
  125. Case
  126. Const
  127. Constructor
  128. Destructor
  129. Div
  130. Do
  131. Downto
  132. Else
  133. End
  134. Exports
  135. File
  136. For
  137. Function
  138. Goto
  139. If
  140. Implementation
  141. In
  142. Inherited
  143. Inline
  144. Interface
  145. Label
  146. Library
  147. Mod
  148. Nil
  149. Not
  150. Object
  151. Of
  152. Or
  153. Packed
  154. Pointer
  155. Procedure
  156. Program
  157. Record
  158. Repeat
  159. Set
  160. Shl
  161. Shr
  162. String
  163. Then
  164. To
  165. Type
  166. Unit
  167. Until
  168. Uses
  169. Var
  170. While
  171. With
  172. Xor
  173.  
  174.  
  175. [ directives-lowercase ]
  176.  
  177. # [ LOWER UPPER CASE ]
  178.  
  179. absolute
  180. assembler
  181. export
  182. external
  183. far
  184. forward
  185. index
  186. interrupt
  187. name
  188. near
  189. private
  190. public
  191. resident
  192. virtual
  193.  
  194.  
  195. [ directives-uppercase ]
  196.  
  197. # [ LOWER UPPER CASE ]
  198.  
  199. ABSOLUTE
  200. ASSEMBLER
  201. EXPORT
  202. EXTERNAL
  203. FAR
  204. FORWARD
  205. INDEX
  206. INTERRUPT
  207. NAME
  208. NEAR
  209. PRIVATE
  210. PUBLIC
  211. RESIDENT
  212. VIRTUAL
  213.  
  214.  
  215. [ directives-firstbig ]
  216.  
  217. # [ LOWER UPPER CASE ]
  218.  
  219. Absolute
  220. Assembler
  221. Export
  222. External
  223. Far
  224. Forward
  225. Index
  226. Interrupt
  227. Name
  228. Near
  229. Private
  230. Public
  231. Resident
  232. Virtual
  233.  
  234.  
  235. [ types-lowercase ]
  236.  
  237. # [ LOWER UPPER CASE ]
  238.  
  239. shortint
  240. integer
  241. longint
  242. byte
  243. word
  244.  
  245. boolean
  246. true
  247. false
  248. wordbool
  249. longbool
  250. char
  251.  
  252. real
  253. single
  254. double
  255. extended
  256. comp
  257.  
  258.  
  259. [ types-uppercase ]
  260.  
  261. # [ LOWER UPPER CASE ]
  262.  
  263. SHORTINT
  264. INTEGER
  265. LONGINT
  266. BYTE
  267. WORD
  268.  
  269. BOOLEAN
  270. TRUE
  271. FALSE
  272. WORDBOOL
  273. LONGBOOL
  274. CHAR
  275.  
  276. REAL
  277. SINGLE
  278. DOUBLE
  279. EXTENDED
  280. COMP
  281.  
  282.  
  283. [ types-firstbig ]
  284.  
  285. # [ LOWER UPPER CASE ]
  286.  
  287. Shortint
  288. Integer
  289. Longint
  290. Byte
  291. Word
  292.  
  293. Boolean
  294. True
  295. False
  296. Wordbool
  297. Longbool
  298. Char
  299.  
  300. Real
  301. Single
  302. Double
  303. Extended
  304. Comp
  305.  
  306.  
  307. [ types-recommended ]
  308.  
  309. # [ LOWER UPPER CASE ]
  310.  
  311. Shortint
  312. Integer
  313. Longint
  314. Byte
  315. Word
  316.  
  317. Boolean
  318. True
  319. False
  320. WordBool
  321. LongBool
  322. Char
  323.  
  324. real
  325. single
  326. double
  327. extended
  328. comp
  329.  
  330.  
  331.