Handbook
Glossary
executable? ( path -- ? )
Vocabulary
tools
.
which
.
private
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.files
io.files.info
kernel
;
IN:
tools.which.private
:
executable?
( path -- ? )
{
[
file-exists?
]
[
file-executable?
]
[
file-info
directory?
not
]
}
1&&
;