home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
LANGUAGES
/
OB68_116.LZH
/
bench8.b
< prev
next >
Wrap
Text File
|
1996-05-07
|
156b
|
12 lines
dim a(50000):byte
dim b:integer
dim i:integer
dim j:integer
shell "date"
for j=1 to 20
for i=1 to 50000
b=addr(a(i))
next i
next j
shell "date"