home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
dema
/
microcom
/
terminal
/
loop.ms_
/
loop.ms
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
|
1994-07-04
|
205 b
|
15 lines
mprint "hey there"
AGAIN:
pause 2
for i = 1 to 100
if i % 2 = 0 then
mprint "Record #"+i
else
mprint "Recorda #"+string(i)
endif
sleep 1
next
GOTO Again
mprint "all done"
end