Hello [EMAIL PROTECTED]!

On 02-Gen-00, you wrote:

 l> {{
 l> Words are evaluated somewhat differently than simple values.
 l> When a word is evaluated, its assigned value is looked-up. If
 l> the assigned value is a word, the assigned value is returned
 l> as a result. If the assigned value is not a word, it is
 l> evaluated and returned as a result. }}

I agree. (See my previous post too.) I think this behaviour is
meant to avoid infinite loops, such as:
    
    x: 'x

or:

    a: 'b
    b: 'c
    c: 'a

etc...

Regards,
    Gabriele.
-- 
o--------------------) .-^-. (----------------------------------o
| Gabriele Santilli / /_/_\_\ \ Amiga Group Italia --- L'Aquila |
| GIESSE on IRC     \ \-\_/-/ /  http://www.amyresource.it/AGI/ |
o--------------------) `-v-' (----------------------------------o

Reply via email to