Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Help me, Obi Reb Kenobi, you're my only hope!

From: anton:lexicon at: 3-Sep-2002 5:13

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.