home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
OOP-TP55.ZIP
/
LIST7_2.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1990-02-26
|
155 b
|
11 lines
program Listing7_2;
uses mywindow, graph, mouse, crt;
begin
repeat until Keypressed;
SetMouseHandler(0);
RestoreCRTMode;
end.
{ Listing 7-2 }