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

[REBOL] Object problem

From: cyphre::volny::cz at: 18-May-2001 11:21

Hello all at List, Has anyone solution for that? lets have object: o: make object! [ a: 5 x: [a] ] then do o/x == 5 thats ok now try o: make o [b: 10] append o/x 'b == [a b] do o/x ** Script Error: b has no value ** Where: do-events ** Near: b
>>
huh, where is problem? I awaiting your solutions. Regards Cyphre