Skip to content

Commit 059a5f3

Browse files
committed
Update README.md
1 parent 55ef894 commit 059a5f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# The Batch++ standard v1.0.1
1+
# The Batch++ standard v1.0.2
22

33
## 1. Setting a value to a variable
44

@@ -10,7 +10,8 @@ set var=value
1010

1111
```batch
1212
# 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.
1415
```
1516

1617
## 3. Macros
@@ -80,4 +81,3 @@ Anything not mentioned to be part of the language syntax that is part of Batch s
8081
2. Writing regular Batch should be allowed. Do not throw an error on unrecognized commands, only on invalid syntax!
8182
3. Batch++ should compile to regular Batch.
8283
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.
83-

0 commit comments

Comments
 (0)