This took me a while to figure out: All permutations of a naturally ordered string. In Python/Rust I’d use recursion, but on an 8-Bit you run out of space on the stack pretty quickly. Managed to come up with a working iterative version. Now I’ll redo it in Assembly ;-) #commodore