home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
ttt510
/
demos
/
readdem4.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
|
1989-01-30
|
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.