I *think* this has not been reported - I did look.
I was just making a simple counting loop, with the loop control variable counting backward.
If I expressed the condition for the <repeat until>
as "number > variable," <( <>> )> it worked correctly.
If I expressed the exact same condition as "variable < number," <( <<> )> I got an endless loop.
It's down to -1698 as I type..... ;->
Windows XP, Scratch 1.4.
Last edited by vncoffman (2010-09-21 15:44:07)
Offline
Are you sure the numbers are set right? If you want to duplicate the effects of the < block with the > one, use this:
<< <( variable <=> number )> <or> <( variable <>> number )> >>
Last edited by bigreader (2010-09-24 10:44:25)
Offline