SBI: The Small Basic Interpreter

By Steve Reichenthal and Tom Bennett

Dr. Dobb's Journal June 1997

Sub Main
    T = Timer+10
    While Timer < T
        I = I+1
    Wend
    MsgBox I\10 & _
        " loops per second"
End Sub

Example 2: SBI Script testing execution speed.

Back to Article


Copyright © 1997, Dr. Dobb's Journal