home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 6
/
06.iso
/
a
/
a610
/
6.ddi
/
DEMO
/
FGL
/
WWAIT.4GL
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-12-08
|
236 b
|
9 lines
FUNCTION wwait()
{
The wwait function waits for the user to press a key and then it
returns control to the calling function.
}
DEFINE dummy CHAR(1)
PROMPT "\nPress any key to continue." FOR CHAR dummy
END FUNCTION