e.g parse reduce [url!] reduce [datatype!]
On 18.03.2010 15:29, Şemseddin Moldibi wrote: > 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.
