Handbook
Glossary
unparse-protocol ( url -- )
Vocabulary
urls
.
private
Inputs
url
an
object
Outputs
None
Definition
USING:
accessors
kernel
make
;
IN:
urls.private
:
unparse-protocol
( url -- )
protocol>>
[
%
":"
%
]
when*
;