Handbook
Glossary
a-url-path ( href rest -- string )
Vocabulary
furnace
.
chloe-tags
Inputs
href
an
object
rest
an
object
Outputs
string
an
object
Definition
USING:
html.forms
kernel
present
sequences
splitting
;
IN:
furnace.chloe-tags
:
a-url-path
( href rest -- string )
dup
[
value
]
when
[
[
"/"
?tail
drop
"/"
]
dip
present
3append
]
when*
;