Handbook
Glossary
github-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
unicode
;
IN:
codebase-analyzer
:
github-file?
( path -- ? )
>lower
".github"
swap
subseq?
;