[REBOL] Re: Bug of TRY was bug of function error?
From: ammon:rcslv at: 22-Jul-2002 6:39
Hi, Is it possible that if you type b at the console it attempts to re-evaluate its value, but in a try block it takes the value that it already is? Let's see:>> a: "a"== "a">> b: copy tail a== "">> remove a== "">> b== "" Aha! I think we are onto something here? Ammon A short time ago, Anton Rolls, sent an email stating: