We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72dfc5 commit 942fc1dCopy full SHA for 942fc1d
code/tutorial_02.vbs
@@ -3,7 +3,7 @@ WScript.Echo "message 1" 'this is also a comment
3
4
Rem creates a comment too, but it needs a new line
5
6
-' use can use a colon ( : ) to start a new statement
+' you can use a colon ( : ) to start a new statement
7
WScript.Echo "message 2" : WScript.Echo "message 3"
8
9
WScript.Echo "message 4" : Rem now works because of the colon
0 commit comments