I'm new to forth. I've played with gforth briefly. And I'm interesting in forth 'images'.
I have this use-case: I want to...
- Interactively define words
- Save the forth image
- Quit the system
- Restart the forth image
- See the previously defined words
Is this possible? Could you explain how? Thank you.
(I've been playing around with gforthmi, savesystem, gforth -i. And I've looked at blocks and use. I have no real idea what I'm doing.)