Handbook
Glossary
special-path? ( path -- rest ? )
Vocabulary
io
.
pathnames
.
private
Inputs
path
an
object
Outputs
rest
an
object
?
an
object
Definition
USING:
combinators
splitting
;
IN:
io.pathnames.private
:
special-path?
( path -- rest ? )
{
{
[
"resource:"
?head
]
[
t
]
}
{
[
"vocab:"
?head
]
[
t
]
}
[
f
]
}
cond
;