Add string operations

This commit is contained in:
2025-12-01 12:28:15 +11:00
parent 995c1d984b
commit 6d782d65b7
4 changed files with 65 additions and 6 deletions

View File

@@ -25,13 +25,13 @@ Progress marker:
- [x] Labels
- [x] Console I/O
- [x] Control flow
- [ ] Data
- [x] Data
- [x] Variable creation
- [x] Variable access
- [ ] Lists
- [ ] Creation
- [ ] Access
- [ ] String operations
- [x] Lists
- [x] Creation
- [x] Access
- [x] String operations
- [x] Maths
- [x] Comparisions
- [ ] Type conversions