This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-05-30 12:32:11

bernatp
Scratcher
Registered: 2007-03-07
Posts: 49

A mistake in the Reference Guide (repeat until...)

I was just translating the Reference Guide, when I ran into this definition for 'repeat until':

Checks to see if condition is true; if so, runs blocks
inside and checks condition again. If condition is not
true, goes on to the blocks that follow.

It's not true that I don't reckon it as a false statement.

Offline

 

#2 2007-05-30 12:45:12

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: A mistake in the Reference Guide (repeat until...)

It looks like they described the more common while loop, rather than an until loop.
Personally, I like while loops better---maybe the documenter does too!

Offline

 

Board footer