nested ifs -- indentation

Erik Hansen erikhans08 at yahoo.com
Thu Jan 26 23:09:03 EST 2006



--- Stephen Barncard
<stephenREVOLUTION at barncard.com> wrote:

> Chipp, I use that form all the time ("if it is
> empty then exit to
> top") - I just had a problem regarding dangling
> THENs..

IF <condition> THEN
    command -- indented
END IF


IF <condition> 
THEN command -- not indented

some like it indented.

Erik Hansen

erik at erikhansen.org    http://www.erikhansen.org

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the use-livecode mailing list