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

[REBOL] Re: Which? [Object! Block!]

From: al:bri:xtra at: 27-Sep-2001 18:51

Ammon asked:
> a: make object! [b: "c"] > ; now is there a way to add: > d: "e" > ; to a? >> a: make object! [b: "c"] >> a: make a [d: "e"] >> probe a
make object! [ b: "c" d: "e" ] I hope that helps! Andrew Martin ICQ: 26227169 http://zen.scripterz.org