Inspired by https://scratch.mit.edu/projects/1100429737/ and https://scratch.mit.edu/projects/434107175/ It has keyboard input, but the current program doesn't actually use it. Without that it's only 18 blocks Currently the memory length is 81, but that can be extended to an arbitrary size (if there is no list limit) and in theory, it could be infinite if the list was fiiled with an infinite memory cell pattern. The memory is not at the list limit yet, but I didn't want to wait longer for the memory cells to compile Changelog: 2025 Jun 07 - Changed memory layout. - Now every instruction comes before the memory cells. The memory cells are now arranged in a way that adding more cells only changes the end of the list.