Hi Ladislav,

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

Not tested well. But i have found this fun challenge to sameness and
reflection:

x3: make hash! [1] ;== make hash! [1]
parse/all x3 [x4:] ;== false
insert/only x3 x3 ;== make hash! [1]
x3 ;== make hash! [make hash! [...] 1]
x4 ;== [make hash! [...] 1]
type? x4 ; == block!
type? x4/1 ;== hash!

Question:

    What does means [...]?

Answer:

    mut-equal1?

---
Ciao
Romano


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

Reply via email to