Fix type conversions

This commit is contained in:
2026-01-24 16:36:37 +11:00
parent 2da11f854d
commit 1570177de1
3 changed files with 20 additions and 20 deletions

View File

@@ -75,7 +75,7 @@ build
- [x] String operations
- [x] Maths
- [x] Comparisions
- [ ] Type conversions
- [x] Type conversions
- [x] Functions
- [x] Define functions
- [x] Call functions
@@ -83,7 +83,7 @@ build
- [x] Arguments for functions
- [x] Jumping within functions
- [x] Custom data structures
- [ ] Working with external libraries
- [x] Working with external libraries
## Debugger