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

[REBOL] Associative Data Store Re:(5)

From: ryanc:iesco-dms at: 18-Sep-2000 11:06

Here is my very subtle mold change applied to Gabriele's script: associate: func [block [block!] key value] [ head change/only any [ find/tail block mold key insert tail block mold key ] reduce [value] ] associate?: func [block [block!] key] [ all [key: select block mold key first mold key] ] I cannot find any bugs, someone else want to try? --Ryan [ryanc--iesco-dms--com] wrote: