Counter's Purification num → [num]
Takes an integer, and returns a list of all integers 0 to n-1. You guys were making this way more complicated than it needed to be.
Edit: Nevermind, I see why you guys were making it so complicated now. Oops.
Requires Hexal for its Running Sum Purification. Patterns
This will fail if there's anything else on the stack. I published two macros more than a year ago that do the same thing with Running Sum Purification but without such issues or side effects.
Because of the use of Flock's Reflection + Flock's Gambit, this can only work if there is nothing else on the stack, otherwise, any numbers get weaved in with the 1s before Running Sum Purification, which throws the entire thing off, or non-number iotas sneak in there and cause it to mishap. The original counter's queue could handle already having stuff on the stack and didn't require Hexal.
[object Object] wrote: ↑Thu Jul 25, 2024 10:05 pm
This will fail if there's anything else on the stack. I published two macros more than a year ago that do the same thing with Running Sum Purification but without such issues or side effects.
Ah. I seem to have made a fool of myself.
Yes, I'm a furry, and no, that is isn't your problem to solve.
Idea implemented. It now works no matter what's on the stack, and doesn't even touch the Ravenmind. Still has Running Sum, though — don't think I can take that out.
Yes, I'm a furry, and no, that is isn't your problem to solve.