debugTest.vbs 84 B

1234567
  1. a=1
  2. b=a
  3. Test.Echo "Hello from VBScript"
  4. ' Here is a comment
  5. for i = 1 to 10
  6. next