home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 1998 October
/
PCpro_1998_10.ISO
/
compuser
/
Service.dxr
/
00152.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-04-08
|
202 b
|
12 lines
on mouseUp
global gMachine, gSystem
case gMachine of
"WIN_32", "WIN_16":
if gSystem = "WIN_311" then
go(1, "IN_PC16")
else
go(1, "IN_PC")
end if
end case
end