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

[REBOL] Re: Cloned object or ???

From: raimunddold:web at: 22-Jul-2001 9:59

Thanx for the reply, hmm, so I have to do it like the following to get the behaviour I expected? Not very handy Raimund REBOL [] emb-obj: make object! [ val: 0.0 run: 0 ] make-my-obj: func [][ make object! [ name: "" max: make emb-obj[] ] ] obj1: make-my-obj obj2: make-my-obj On Friday 20 July 2001 16:07, you wrote: