Hi Ladislav,

> What about lists?

Starting my experiment with parsing list.
First result: it does not work under View 1.2.1.3.1 and 1.2.5.3.1.
This means that parse always fails with list! when using set-word to change
the list.
I think that 'b is a copy of 'li in this example:

li: make list! [1 2 3] ;== make list! [1 2 3]
parse/all li [b: (change b 4) to end] ;== true
li ;== make list! [1 2 3]
type? b ;== block!
b ; == [4 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