[REBOL] replace
From: ryan::christiansen::intellisol::com at: 26-Jun-2001 12:44
Please help me to understand 'replace. Why doesn't the following return an error?>> a: "foobar"== "foobar">> c: "fabulous"== "fabulous">> replace a c c== "foobar">>-Ryan