From 24f5aa30ea39f640d88d4ce84840f3c7577318bc Mon Sep 17 00:00:00 2001 From: Daniel M Date: Fri, 28 Jan 2022 19:34:57 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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