Example

List Functions

3

McPepic 2022-01-26 18:07

In this library, I’ve implemented some helpful sub programs to make arrays act like lists, like you would see in a modern programming language. You can append an element at any index in the array, as well as remove one. Any extra elements will also be cleared, so you don’t have any leftover items in your array from previous calls.

I hope this is helpful! :)

List.nx | Open in app
2022-01-26 18:07

G-9 2022-01-26 20:10

Very nice and cool 👍


Log in to reply.