summaryrefslogtreecommitdiff
path: root/fpcdocs/kbdex/template.pp
blob: 5bf3588cd3b43d4b6db44c362cadf3cc6be19d36 (plain)
1
2
3
4
5
6
7
8
9
10
Program Example;

{ Program to demonstrate the *** function. }

Uses keyboard;

begin
  InitKeyboard;
  DoneKeyboard;
end.