mirror of
https://github.com/artegoser/ONLang
synced 2024-11-06 04:53:57 +03:00
20 lines
451 B
Markdown
20 lines
451 B
Markdown
# TODO CONCEPTS
|
|
|
|
- [ ] Functions
|
|
- [ ] imports
|
|
- [x] scopes of visibility
|
|
|
|
- [ ] methods for arrays
|
|
- [ ] methods for strings
|
|
- [ ] methods for objects
|
|
- [ ] writing objects to a variable
|
|
- [x] yaml support?
|
|
- [ ] command execution function
|
|
- [ ] function for random
|
|
- [x] delete variable
|
|
- [ ] types conversion
|
|
- [ ] checking variable type
|
|
- [x] checking for the existence of a variable
|
|
- [x] create scopes without if, else, loop
|
|
|
|
and something else
|