Remove "CALL colon_code" and "DX exit" from words that do not return control
Closed this issue · 1 comments
redirectme commented
Most high-level words have "CALL colon_code" and "DX exit" at the end. But there are words that do not return control. They are "WHAT?", "CWHAT?", "MAIN", "ABORT", "QUIT". They should not have "DX exit" at the bottom. In addition, we need to replace "CALL colon_code" with "CALL pop_pc_next" at the top of this words.