Update README

This commit is contained in:
Daniel M 2022-01-28 19:34:57 +01:00
parent 2a014fd210
commit 24f5aa30ea

View File

@ -17,7 +17,7 @@
- [x] Variables - [x] Variables
- [x] Declaration - [x] Declaration
- [x] Assignment - [x] Assignment
- [ ] While loop `while X { ... }` - [x] While loop `while X { ... }`
- [ ] If else statement `if X { ... } else { ... }` - [ ] If else statement `if X { ... } else { ... }`
- [ ] If Statement - [ ] If Statement
- [ ] Else statement - [ ] Else statement