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

[REBOL] Re: Block of words

From: dvydra2::yahoo::com at: 25-Feb-2001 12:44

Rod, Good job! Asking and answering ones own questions is sometimes called "working with a cardboard parter" in pair-programming, one of the practices of ExtremeProgramming. Regards, David --- Rod Gaither <[rgaither--triad--rr--com]> wrote:
> Answering my own question, :-) > > >> my-block: make block [] > > >> name: "Rod" > >> age: 37 > >> profession: "Developer" > > >> append my-block 'name > >> append my-block 'age > >> append my-block 'profession > > >> foreach entry my-block [print entry] > name > age > profession > > >> foreach entry my-block [print get entry] > Rod > 37 > Developer > > Thanks none the less, Rod. > > Rod Gaither > Oak Ridge, NC - USA > [rgaither--triad--rr--com] > > -- > To unsubscribe from this list, please send an email > to > [rebol-request--rebol--com] with "unsubscribe" in the > subject, without the quotes. >
===== please reply to: [david--vydra--net]