Rebol Programming/url?

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

URL? value 

DESCRIPTION:[edit | edit source]

Returns TRUE for url values.

URL? is an action value.

ARGUMENTS[edit | edit source]

  • value -- (Type: any-type)

SOURCE CODE[edit | edit source]

url?: native["Returns TRUE for url values." value [any-type!] 44]