Handbook
Glossary
?find-in-path ( string -- path/string )
Vocabulary
io
.
standard-paths
Inputs
string
a
string
Outputs
path/string
a
string
Word description
Calls
find-in-path
and returns the original string if no executable is found.
Definition
USING:
kernel
;
IN:
io.standard-paths
:
?find-in-path
( string -- path/string )
[
find-in-path
]
[
or
]
bi
;