Handbook
Glossary
prepend-current-path ( path -- path' )
Vocabulary
build-from-source
Inputs
path
an
object
Outputs
path'
an
object
Definition
USING:
io.pathnames
namespaces
;
IN:
build-from-source
:
prepend-current-path
( path -- path' )
current-directory
get
prepend-path
;