template.pp 123 B

12345678910
  1. Program Example;
  2. { Program to demonstrate the *** function. }
  3. Uses keyboard;
  4. begin
  5. InitKeyboard;
  6. DoneKeyboard;
  7. end.