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 b05abb7 commit 55ef894Copy full SHA for 55ef894
README.md
@@ -1,4 +1,4 @@
1
-# The Batch++ standard v2.0.0
+# The Batch++ standard v1.0.1
2
3
## 1. Setting a value to a variable
4
@@ -42,23 +42,23 @@ if <condition>
42
# Do something
43
else
44
# Do something else
45
-end
+endif
46
```
47
48
## 6. While loops
49
50
```batch
51
while <condition>
52
53
+endwhile
54
55
56
## 7. For loops
57
58
59
for <something>
60
61
+endfor
62
63
64
## 8. Labels
0 commit comments