Skip to content

Commit 55ef894

Browse files
committed
Revert "Changed endfor, endif, endwhile to just be end"
This reverts commit b05abb7.
1 parent b05abb7 commit 55ef894

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

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

@@ -42,23 +42,23 @@ if <condition>
4242
# Do something
4343
else
4444
# Do something else
45-
end
45+
endif
4646
```
4747

4848
## 6. While loops
4949

5050
```batch
5151
while <condition>
5252
# Do something
53-
end
53+
endwhile
5454
```
5555

5656
## 7. For loops
5757

5858
```batch
5959
for <something>
6060
# Do something
61-
end
61+
endfor
6262
```
6363

6464
## 8. Labels

0 commit comments

Comments
 (0)