diff --git a/README.md b/README.md index 6b39279..fbc53e7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - [x] Variables - [x] Declaration - [x] Assignment -- [ ] While loop `while X { ... }` +- [x] While loop `while X { ... }` - [ ] If else statement `if X { ... } else { ... }` - [ ] If Statement - [ ] Else statement