home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
tjock
/
demo
/
demo5
/
readdem4.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-01-31
|
264 b
|
13 lines
Program ReadTTT5_Demo_4;
{used in manual figure 12.1}
Uses Crt,ReadTTT5;
var Choice : byte;
begin
Clrscr;
Read_Select(10,5,'How Good is The Toolkit? ',
'^Bloody_Awful Fair Good The_Best',
Choice);
end.