home *** CD-ROM | disk | FTP | other *** search
- [ keywords-lowercase ]
-
- # [ LOWER UPPER CASE ]
-
- and
- asm
- array
- begin
- case
- const
- constructor
- destructor
- div
- do
- downto
- else
- end
- exports
- file
- for
- function
- goto
- if
- implementation
- in
- inherited
- inline
- interface
- label
- library
- mod
- nil
- not
- object
- of
- or
- packed
- pointer
- procedure
- program
- record
- repeat
- set
- shl
- shr
- string
- then
- to
- type
- unit
- until
- uses
- var
- while
- with
- xor
-
-
- [ keywords-uppercase ]
-
- # [ LOWER UPPER CASE ]
-
- AND
- ASM
- ARRAY
- BEGIN
- CASE
- CONST
- CONSTRUCTOR
- DESTRUCTOR
- DIV
- DO
- DOWNTO
- ELSE
- END
- EXPORTS
- FILE
- FOR
- FUNCTION
- GOTO
- IF
- IMPLEMENTATION
- IN
- INHERITED
- INLINE
- INTERFACE
- LABEL
- LIBRARY
- MOD
- NIL
- NOT
- OBJECT
- OF
- OR
- PACKED
- POINTER
- PROCEDURE
- PROGRAM
- RECORD
- REPEAT
- SET
- SHL
- SHR
- STRING
- THEN
- TO
- TYPE
- UNIT
- UNTIL
- USES
- VAR
- WHILE
- WITH
- XOR
-
-
- [ keywords-firstbig ]
-
- # [ LOWER UPPER CASE ]
-
- And
- Asm
- Array
- Begin
- Case
- Const
- Constructor
- Destructor
- Div
- Do
- Downto
- Else
- End
- Exports
- File
- For
- Function
- Goto
- If
- Implementation
- In
- Inherited
- Inline
- Interface
- Label
- Library
- Mod
- Nil
- Not
- Object
- Of
- Or
- Packed
- Pointer
- Procedure
- Program
- Record
- Repeat
- Set
- Shl
- Shr
- String
- Then
- To
- Type
- Unit
- Until
- Uses
- Var
- While
- With
- Xor
-
-
- [ directives-lowercase ]
-
- # [ LOWER UPPER CASE ]
-
- absolute
- assembler
- export
- external
- far
- forward
- index
- interrupt
- name
- near
- private
- public
- resident
- virtual
-
-
- [ directives-uppercase ]
-
- # [ LOWER UPPER CASE ]
-
- ABSOLUTE
- ASSEMBLER
- EXPORT
- EXTERNAL
- FAR
- FORWARD
- INDEX
- INTERRUPT
- NAME
- NEAR
- PRIVATE
- PUBLIC
- RESIDENT
- VIRTUAL
-
-
- [ directives-firstbig ]
-
- # [ LOWER UPPER CASE ]
-
- Absolute
- Assembler
- Export
- External
- Far
- Forward
- Index
- Interrupt
- Name
- Near
- Private
- Public
- Resident
- Virtual
-
-
- [ types-lowercase ]
-
- # [ LOWER UPPER CASE ]
-
- shortint
- integer
- longint
- byte
- word
-
- boolean
- true
- false
- wordbool
- longbool
- char
-
- real
- single
- double
- extended
- comp
-
-
- [ types-uppercase ]
-
- # [ LOWER UPPER CASE ]
-
- SHORTINT
- INTEGER
- LONGINT
- BYTE
- WORD
-
- BOOLEAN
- TRUE
- FALSE
- WORDBOOL
- LONGBOOL
- CHAR
-
- REAL
- SINGLE
- DOUBLE
- EXTENDED
- COMP
-
-
- [ types-firstbig ]
-
- # [ LOWER UPPER CASE ]
-
- Shortint
- Integer
- Longint
- Byte
- Word
-
- Boolean
- True
- False
- Wordbool
- Longbool
- Char
-
- Real
- Single
- Double
- Extended
- Comp
-
-
- [ types-recommended ]
-
- # [ LOWER UPPER CASE ]
-
- Shortint
- Integer
- Longint
- Byte
- Word
-
- Boolean
- True
- False
- WordBool
- LongBool
- Char
-
- real
- single
- double
- extended
- comp
-
-
-