[Tutor] what is wrong with this syntax?
Alan Gauld
alan.gauld at btinternet.com
Tue May 18 19:17:07 CEST 2010
"Dipo Elegbede" <delegbede at dudupay.com> wrote
> By the way, I need someone to briefly explain to me how the while
> loop works.
> a little on break will also do.
Your tutorial should do that but you can also look at the Loops
section of my tutorial - use the V3 version - for a discussion of
while loops.
It does not cover break/continue because they are not really necessary
to write programs, simply convenience features so I don't cover them
till much later.
--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/
More information about the Tutor
mailing list