Hi, is it possible to parse datatype! values?

>> type? url!
== datatype!

>> parse [url!] [datatype!]
== false ;why?

>> parse [url!] [word!]
== true

>> datatype? url!
== true

>> word? url!
== false

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

Reply via email to