8 lines
84 B
Plaintext
Raw Permalink Normal View History

2023-12-01 13:34:27 +01:00
a=1
b=a
Test.Echo "Hello from VBScript"
' Here is a comment
for i = 1 to 10
next