made vectors in lists work

This commit is contained in:
Odweta
2023-12-22 16:19:47 +01:00
parent 45732c4b22
commit b68e6c4d2b
3 changed files with 9 additions and 18 deletions
+1 -1
View File
@@ -41,6 +41,7 @@ I got bored with having to use complicated checking and stuff when working with
+ Printing a list
+ Popping the last value of a list
+ Cleanup of a list
+ Vectors inside of a list
#### TODO:
@@ -48,7 +49,6 @@ I got bored with having to use complicated checking and stuff when working with
+ Verify multi-dimensional lists working
+ Get/set at a given index
+ Remove at a given index
+ Verify vectors working inside of lists
## Installation