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 <[EMAIL PROTECTED]> 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
> [EMAIL PROTECTED]
>
>
> --
> To unsubscribe from this list, please send an email
> to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
=====
please reply to: [EMAIL PROTECTED]
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.