On Tuesday, May 2, 2006, at 21:58 Asia/Kuala_Lumpur, Jeff Massung wrote:

> By "constant" I meant hard-coded, literal values. For example:
>
> foo: does [
>   bar: "Hello"
> ]
>
> Bar is a copy of "Hello", and not pointing directly to "Hello". So =? 
> would
> fail. I agree, this could cause other problems. I really do like the 
> way
> REBOL handles this already, but it certainly took a bit to 1) find 
> out, and
> 2) remember and get used to.

Forgive if I'm wrong but isn't what you're suggesting really a 
short-hand substitution for code readability rather than a language 
capability. Something like a C header file:
        #define bar "Hello"

I took a quick look at the Prebol documentation at Rebol.com but it 
appears not to have a #define capability.

Regards

Peter

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to