Language:
Русский
English
Reserved Words
Reserved words have fixed meanings within the Turbo Pascal language: You cannot redefine them.
In the Borland manuals and in this Help system, reserved words appear in boldface type.
Turbo Pascal is not case sensitive, so you can use upper or lowercase letters for these reserved words.
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
procedure
program
record
repeat
set
shl
shr
string
then
to
type
unit
until
uses
var
while
with
xor