A Multi-dimensional jagged array! That's lists inside lists inside lists inside list all in one variable! When entering the index of a higher item, use periods to separate the items. So the parrot's index is 2.2, and the cat's is 1.2.1 Currently supports: - Supposed infinite dimensions, - Getting items, (command: "item") - Finding the length of items, (command: "length") - Deleting items, (command: "delete") - Inserting items, (command: "insert") - Replacing items, (command: "replace") - Adding item, (command: "add") - Copying items, (command: "copy") - Switching items, (command: "switch")
Complete permission to use with credit! Notes: When it asks you something like, "Length = 2" or "Item = cat," it really doesn't matter what you type, just press enter. :) 11/12/15: Completed the "add", "copy", and "switch" functions! Deleted some unnecessary scripts. 11/11/15: Fixed two major bugs! :D One was the program disliking empty list, or items of nothing, the other being caused by this glitch. 11/9/15: Released! :D