Re: [Tutor] trouble with indents

2007-05-28 Thread Daniel McQuay
I would recomend you take a look at Alan Gauld's tutor. That is what got me started and I was able to catch on fairly quick even with little to no programming experience. http://www.freenetpages.co.uk/hp/alan.gauld On 5/28/07, Alan Gauld <[EMAIL PROTECTED]> wrote: "adam urbas" <[EMAIL PROTECT

Re: [Tutor] trouble with indents

2007-05-28 Thread Alan Gauld
"adam urbas" <[EMAIL PROTECTED]> wrote in > I'm not sure when to indent. I understand that it has to be done. Ok, But you need to understand *why* it has to be done. To do that you need to understand the basic constructs of programming: sequences, branches, loops and modules. (these are descri

Re: [Tutor] trouble with indents

2007-05-27 Thread Bob Gailer
adam urbas wrote: Thanks for the clarification, but I'm still a tad confused.  I'm not sure when to indent.  The following keywords introduce a "suite" (1 or more statements) that are "controlled" by the keyword. Those statements must be indented further than the keyword. What more can

Re: [Tutor] trouble with indents

2007-05-27 Thread Brian van den Broek
adam urbas said unto the world upon 05/28/2007 12:24 AM: > Thanks for the clarification, but I'm still a tad confused. I'm > not sure when to indent. I understand that it has to be done. > That link was really confusing. Very newb non-friendly. Arrg... > That site is doom. So confusing. I nee

Re: [Tutor] trouble with indents

2007-05-27 Thread adam urbas
Thanks for the clarification, but I'm still a tad confused. I'm not sure when to indent. I understand that it has to be done. That link was really confusing. Very newb non-friendly. Arrg... That site is doom. So confusing. I need somewhere to start from the beginning. This site uses all