[REBOL] parse question
From: gchiu:compkarori at: 27-Jun-2001 13:29
If parse always returns a string eg: parse {a="b"} [ thru {a="} copy test to {"} ] and 'test is now a string containing "b" shouldn't parse {a=""} [ thru {a="} copy test to {"} ] 'test now be an empty string rather than type none! ? -- Graham Chiu