Handbook
Glossary
factor-path ( -- path )
Vocabulary
mason
.
child
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
mason.child
HOOK:
factor-path
os
( -- path )
Methods
USING:
mason.child
system
;
M:
unix
factor-path
"./factor"
;
USING:
mason.child
system
;
M:
windows
factor-path
"./factor.com"
;