made popping with lists work. yay! (also new demo to show the thing)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user