Group: comp.lang.forth · Group Profile · Search for Result3 in comp.lang.forth
Author: J Thomas
Date: Apr 4, 2007 11:31
..." <gnu...@gmail.com> wrote: On Apr 4, 2:59 am, "J Thomas" <jethom...@gmail.com> wrote: BEGIN test1 WHILE action1 test2 WHILE action2 test3 WHILE action3 test4 UNTIL result4 ELSE result3 THEN result2 THEN result1 .... Yes, this is a very complex control structure and I would say it is also a poor decomposition of the problem. I'm not even sure what the code above does. ...
|