Spaces:
Running
Running
File size: 84 Bytes
10865e1 |
1 2 3 4 5 6 7 8 |
a=1
b=a
Test.Echo "Hello from VBScript"
' Here is a comment
for i = 1 to 10
next
|