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

  1.  dim a:byte
  2.  dim i:integer
  3.  shell "date"
  4.  for i=1 to 1000000
  5.  a=land($55,a)
  6.  next i
  7.  shell "date"
  8.