Gregg Irwin wrote:

>Sometimes it helps to make a block explicit and see what REBOL thinks
>is in it.
>
>  
>
>>>length? [<<test>> <v>]
>>>      
>>>
>== 3
>  
>
>>>first [<<test>> <v>]
>>>      
>>>
>== <<test>
>  
>
>>>second [<<test>> <v>]
>>>      
>>>
>== >
>
>-- Gregg                         
>
>  
>

So the issue really seems to be that REBOL does not support NESTED tags.
When it arrives at the first closing > the whole tag is closed.

Kind regards,
    Arie

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to