Update of bug #56406 (project gforth):
Status: None => Invalid
Assigned to: None => paysan
_______________________________________________________
Follow-up Comment #1:
WHILE is equivalent to IF 1 CS-ROLL, and correspondingly REPEAT is AGAIN
THEN.
So when IF BEGIN AGAIN THEN is ok (means endless loop if the condition is
met), so is IF BEGIN REPEAT, which is the equivalent. Maybe surprising, but as
it follows the rules, we can't check against it.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56406>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
_______________________________________________
bug-gforth mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gforth