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

[REBOL] Re: debugging an object

From: antonr:iinet:au at: 13-Sep-2003 14:53

I don't advise that, because there's nothing to distinguish this object from a block anymore, (maybe put a little "o" in front?) but if you really must, then check out:
>> third obj
== [_blk_: ["one" 1 "one" 2 "two" "" 1 "here"]] Then just mold that. Anton.