jamesbowman / swapforth

Swapforth is a cross-platform ANS Forth
BSD 3-Clause "New" or "Revised" License
275 stars 56 forks source link

?do failure #9

Closed df2218380513f49d8a3d896fc45740e9 closed 9 years ago

df2218380513f49d8a3d896fc45740e9 commented 9 years ago

: hangs 0 0 ?do 0 +loop ;

hangs swapforth, but not gforth.

df2218380513f49d8a3d896fc45740e9 commented 9 years ago

That did the trick. Thanks!