home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Ga Ichiban! 1997 October
/
macgaichiban199710.bin
/
MOVIES
/
INTERNET.Dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-08-04
|
139 b
|
11 lines
on exitFrame
global gquittime, size
set gquittime to 0
cursor(-1)
if size = 1 then
quit()
else
go(1, "ptm")
end if
end