Pascal Program Structure
•
Program
ProgramName
;
•
Uses
RequiredUnits
;
•
Var
•
Variables declared here
•
Begin
•
Main program code here
•
End.