home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / pb / library1 / rmex182.bas < prev    next >
Encoding:
BASIC Source File  |  1990-06-28  |  138 b   |  5 lines

  1. MTIMER
  2. pi# = ATN(1) * 4
  3. ElapsedTime! = MTIMER
  4. PRINT USING "It took ##### microseconds to calculate the value of PI.";ElapsedTime!
  5. END