home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 September
/
WPCSEP96.ISO
/
intwpc08.dxr
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-09
|
121 b
|
10 lines
on exitFrame
global IFLQuitNow
if IFLQuitNow = 1 then
quit()
beep()
else
go("IntroFrame")
end if
end