mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-22 15:33:41 +02:00
11 lines
123 B
ObjectPascal
11 lines
123 B
ObjectPascal
Program Example;
|
|
|
|
{ Program to demonstrate the *** function. }
|
|
|
|
Uses keyboard;
|
|
|
|
begin
|
|
InitKeyboard;
|
|
DoneKeyboard;
|
|
end.
|