home *** CD-ROM | disk | FTP | other *** search
- defstr t$
- cls
- "Calculating performance..." print$
- time$ t$ store
- begin
- time$ t$ fetch =$ not
- until
- time$ t$ store
- 0
- begin
- 1 + time$ t$ fetch =$ not
- until
- cls
- "TIPI performance index is " print$
- print cr
- begin
- inkey$ len drop$
- until