Handbook
Glossary
image-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
image-file?
( path -- ? )
>lower
file-extension
{
"png"
"jpg"
"jpeg"
"ico"
}
member?
;