- uses crt ---> Activa la librería de comandos.
- begin ---> Marca el inicio de tu programa.
- clrscr ---> Sirve para hacer el borrado de pantalla.
- gotoxy ---> Coloca el texto en ciertas coordenadas indicadas.
- writeln ---> Sirve para escribir un texto.
- end. ---> Pone fin a tu programa.
Palabras reservadas:
· and | · end | · label | · repeat | · while |
· asm | · exports | · library | · set | · with |
· array | · file | · mod | · shl | · xor |
· begin | · for | · nil | · shr | |
· case | · function | · not | · string | |
· const | · goto | · object | · then | |
· constructor | · if | · of | · to | |
· destructor | · implementation | · or | · type | |
· div | · in | · packed | · unit | |
· do | · inherited | · procedure | · until | |
· downto | · inline | · program | · uses | |
· else | · interface | · record | · var | |