[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 :errmake object! [ code: 400 type: 'math id: 'zero-divide arg1: none arg2: none arg3: none near: [a: 1 / 0] where: none ] -Larry