An implementation of cloud lists (more specifically linked lists) featuring: - 0-based indexing - all the same functionality as normal scratch lists - the ability to put multiple lists in one cloud variable - no length limit on the cloud vars - beginner-friendly names/variables - great speed for tasks like inserting/removing items
Thanks to @TheLogFather for the string I'm using to make my variables for characters in CHARS. :) See inside for examples! Everything else is done by me; planning to add further optimisations, bug fixes and an implementation of hashtables in the future!