What about lists?

Ciao
-L

----- Original Message ----- 
From: "Romano Paolo Tenca" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 9:56 PM
Subject: [REBOL] Sameness block and parse


The same which is true for string is true for hash and block and list!
I must check if this mess the hash!
It could be very useful.

>> ha: make hash! [1 2 3]
== make hash! [1 2 3]
>> parse/all ha [b:]
== false
>> b
== [1 2 3]
>> type? b
== block!
>> insert b 5
== [1 2 3]
>> ha
== make hash! [5 1 2 3]

---
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