fpc/docs/kbdex/template.pp
2001-10-03 21:58:50 +00:00

11 lines
123 B
ObjectPascal

Program Example;
{ Program to demonstrate the *** function. }
Uses keyboard;
begin
InitKeyboard;
DoneKeyboard;
end.