You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# The Batch++ standard v1.0.1
1
+
# The Batch++ standard v1.0.2
2
2
3
3
## 1. Setting a value to a variable
4
4
@@ -10,7 +10,8 @@ set var=value
10
10
11
11
```batch
12
12
# You can use a hash to comment, unlike in regular batch files
13
-
# This is a comment
13
+
# This is a comment
14
+
^# If you escape comments by doing that, they will NOT be treated as comments.
14
15
```
15
16
16
17
## 3. Macros
@@ -80,4 +81,3 @@ Anything not mentioned to be part of the language syntax that is part of Batch s
80
81
2. Writing regular Batch should be allowed. Do not throw an error on unrecognized commands, only on invalid syntax!
81
82
3. Batch++ should compile to regular Batch.
82
83
4. You should ONLY follow the standard. If your compiler implementation is incomplete or adds extra commands, you should specify in the associated documentation files that the user WILL see.
0 commit comments