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

  1.  dim i:integer
  2.  dim j:integer
  3.  shell "date"
  4.  for j=1 to 1000
  5.  for i=1 to 10000
  6.  next i
  7.  next j
  8.  shell "date"
  9.