Handbook
Glossary
relative-url? ( url -- ? )
Vocabulary
urls
Inputs
url
an
url
Outputs
?
a
boolean
Word description
Tests whether a URL is relative.
Definition
USING:
accessors
kernel
;
IN:
urls
:
relative-url?
( url -- ? )
protocol>>
not
;