rforth/TODO

5 lines
190 B
Plaintext

Implement control stack
On if add if to control stack, every subsequent word gets added to a string until a then or an end. On then or end, execute teh string
Implement BEGIN..UNTIL loops