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

[REBOL] Re: paths & lookups & change

From: brett:codeconscious at: 25-Oct-2003 9:55

> > db: [id1 [name "Joe" num 32]] > > > > to be read with > > > > db/id1/name > > db/id1/num > > why is it that I missed this path ('select) notation for 4 years?
There's a discipline that needs to followed with REBOL. Once you think you feel confident about how to do things, it is precisely then that you must go back and read the manual AGAIN to search for the new insight that calls into question that which you assumed you already knew! :-) Regards, Brett.