template.pp 114 B

12345678910
  1. Program Example;
  2. { Program to demonstrate the *** function. }
  3. Uses mouse;
  4. begin
  5. InitMouse;
  6. DoneMouse;
  7. end.