Hi,

<<Romano>>

>Have a look at the ERROR! datatype to see another example of this

As usual! :-)

So we have:

    string! / any-string! (parse)
    block! / hash! (parse)
    object! / error! (disarm)

A parse bug makes list! fail.

No more?

<</Romano>>

I wonder, whether the block! to hash! really works correctly (i.e. cannot
cause any data mismatches)?

I have observed this behaviour:

    a: first [()]
    parse :a [b:]
    append b 'a
    probe :a
    a: first [a/b]
    parse :a [b:]
    append b 'a
    probe :a
    a: first [a/b:]
    parse :a [b:]
    append b 'a
    probe :a
    a: first ['a/b]
    parse :a [b:]
    append b 'a
    probe :a

Ciao
-L


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to