On Sun, Jul 21, 2019 at 02:23:03PM -0400, Programmingkid wrote:
I know Forth is big on using the stack as a place for storing variables, but could you use local variables instead? They are so much easier to follow and use than stack manipulation.
Please write C code if you want to write C code.
This isn't super good Forth code, but using local variables will make it much worse, not better at all.
Segher