Rezervētie vārdi
Turbo Pascal valodā ir tādi vārdi, kuri tiek izmantoti tikai noteiktiem mērķiem un kurus nedrīkst izmantot kā nosaukumus mainīgajiem (un arī funkcijām, procedūrām u.c.).
| and | end | nil | shr | 
| asm | file | not | string | 
| array | for | object | then | 
| begin | function | of | to | 
| case | goto | or | type | 
| const | if | packed | unit | 
| constructor | implementation | procedure | until | 
| deconstructor | in | program | uses | 
| div | inline | record | var | 
| do | interface | repeat | while | 
| downto | label | set | with | 
| else | mod | shl | xor | 
Šo vārdu nozīmi var izmainīt, nodefinējot mainīgos ar attiecīgiem nosaukumiem. Taču to nav ieteicams darīt.
| absolute | far | near | 
| assembler | forward | private | 
| external | interrupt | virtual |