Handbook
Glossary
install-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
kernel
unicode
;
IN:
codebase-analyzer
:
install-file?
( path -- ? )
>lower
{
[
file-stem
"install"
=
]
}
1||
;