home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / DEMOS / UB_68000.LZH / bench3.b < prev    next >
Text File  |  1996-05-07  |  135b  |  11 lines

  1.  dim a(50000):byte
  2.  dim i:integer
  3.  dim j:integer
  4.  shell "date"
  5.  for j=1 to 20
  6.     for i=1 to 50000
  7.         a(i)=0
  8.     next i
  9.  next j
  10.  shell "date"
  11.