| And
| array
| as
| asm
|
| begin
| case
| class
| const
|
| constructor
| destructor
| dispinterface
| div
|
| do
| downto
| else
| End
|
| except
| exports
| file
| Finalization
|
| finally
| for
| function
| Goto
|
| if
| implementation
| in
| Inherited
|
| initialization
| inline
| interface
| Is
|
| label
| library
| mod
| Nil
|
| not
| object
| of
| Or
|
| out
| Packed
| procedure
| Program
|
| property
| Raise
| record
| Repeat
|
| resourcestring
| Set
| shl
| Shr
|
| string
| Then
| threadvar
| To
|
| try
| Type
| unit
| Until
|
| uses
| Var
| while
| With
|
| xor
|
|
|
|
Заголовки: program, unit, procedure, function.
Блоки описания: const, var, label, type.
Создания новых типов: array, string, record…end, file, file of…
Операторные скобки: begin…end.
Операторы: if … then … else …; case … of … end; for … to … do …; for … downto … do …; repeat … until …; while … do …; with … do …