I'm glad you guys are sorting all this
stuff out, because I don't know what you
are on about half the time. :)

You have encouraged me to learn something
new for today - that is using do/next.
I never really looked into it before.
Probably because I couldn't think of a use
for it.
Anyway, for other newbies to do/next, here's
how to step through some code, one expression
at a time.

        code: [print 1 print 2 print 3]
        loop 3 [
                code: second do/next code
        ]

Cool! Now to think of a use for it...

Anton.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to