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

[REBOL] Re: Coerting Errors to a string?

From: larry:ecotope at: 20-Dec-2001 16:37

Hi Phil, How about MOLD? It will convert to a string formatted the same as PROBE.
>> print mold :err
make object! [ code: 400 type: 'math id: 'zero-divide arg1: none arg2: none arg3: none near: [a: 1 / 0] where: none ] -Larry