Returns TRUE for url values.
url? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
print url? http://www.REBOL.com true
print url? "test" false
type? - Returns a value's datatype.
Copyright 2004 REBOL Technologies