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

[REBOL] Re: howto_convert?

From: lmecir:mbox:vol:cz at: 29-Nov-2000 17:47

Hi Sascha, this could be what you need: account: make object! [ name: none ] a_1: make account [] a_2: make account [] a_2/name: "sascha" a_1/name: "mascha" foreach obj reduce [a_1 a_2] [ probe obj/name ] Regards Ladislav (Rebol Rebol)