made popping with lists work. yay! (also new demo to show the thing)

This commit is contained in:
Odweta
2023-12-22 14:27:07 +01:00
parent ea527405e5
commit 45732c4b22
5 changed files with 47 additions and 14 deletions
+1 -1
View File
@@ -39,6 +39,7 @@ I got bored with having to use complicated checking and stuff when working with
+ Creating a list
+ Pushing into a list
+ Printing a list
+ Popping the last value of a list
+ Cleanup of a list
#### TODO:
@@ -46,7 +47,6 @@ I got bored with having to use complicated checking and stuff when working with
+ Inserting at a given index
+ Verify multi-dimensional lists working
+ Get/set at a given index
+ Popping
+ Remove at a given index
+ Verify vectors working inside of lists