Rebol Programming/url?
Appearance
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]