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

[REBOL] Re: Block of words

From: andrew:wxc at: 26-Feb-2001 15:54

Rod wrote:
> >> 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. Andrew Martin ICQ: 26227169 http://members.nbci.com/AndrewMartin/