diff --git a/ROADMAP.md b/ROADMAP.md index b7b53a1..7515677 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,7 +14,7 @@ - [x] delete variable - [ ] types conversion - [ ] checking variable type -- [ ] checking for the existence of a variable -- [ ] create scopes without if, else, loop +- [x] checking for the existence of a variable +- [x] create scopes without if, else, loop and something else