Handbook
Glossary
test-new-factor ( path branch/checksum -- )
Vocabulary
zealot
.
factor
Inputs
path
an
object
branch/checksum
an
object
Outputs
None
Definition
USING:
combinators
io
kernel
;
IN:
zealot.factor
:
test-new-factor
( path branch/checksum -- )
{
[
"ZEALOT LOADING ROOTS"
print
flush
drop
zealot-load-commands
]
[
"ZEALOT TESTING ROOTS"
print
flush
drop
zealot-test-commands
]
}
2cleave
;