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

[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