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

[REBOL] Re: Block of words

From: rgaither:triad:rr at: 25-Feb-2001 22:25

Hi Andrew,
>> >> my-block: [name "Rod" age 37 profession "Developer"] > >Another way of doing this, is: > >my-block: [ > [Name Age Profession] > "Rod" 37 "Developer" > "Andrew" 40 "Rebolutionary" > ] > >This is more suitable for storing tables, and keeping field names intact.
Still being very new at this - how about some examples working with the above structure? Thanks, Rod. Rod Gaither Oak Ridge, NC - USA [rgaither--triad--rr--com]