• English
    • Deutsch
    • Español
    • Français
    • Italiano
    • Português
    • Pусский

Information may be Out-of-Date


This page about deprecated software versions is shown for
reference purposes only. Information on this page is not
maintained and may no longer be valid.
 

Please find the latest manual for Webserver Stress Tool here:

Manual Webserver Stress Tool (pdf)
 

Navigation: Contents   Index   Previous   Next

Basic syntax

·      sub .. end and function .. end declarations

·      byref and dim directives

·      if .. then .. else .. end constructor

·      for .. to .. step .. next constructor

·      do .. while .. loop and do .. loop .. while constructors

·      do .. until .. loop and do .. loop .. until constructors

·      ^ , * , / , and , + , - , or , <> , >=, <= , = , > , < , div , mod , xor , shl , shr operators

·      try .. except and try .. finally blocks

·      select case .. end select constructor

·      array constructors (x:=[ 1, 2, 3 ];)

·      exit statement

·      access to object properties and methods (ObjectName.SubObject.Property )

Navigation: Contents   Index   Previous   Next