Handbook
Glossary
testcond ( n -- n )
Vocabulary
tools
.
coverage
.
testvocab
Inputs
n
an
object
Outputs
n
an
object
Definition
USING:
combinators
kernel
;
IN:
tools.coverage.testvocab
:
testcond
( n -- n )
{
{
[
dup
0
=
]
[
]
}
{
[
dup
1
=
]
[
]
}
[
]
}
cond
;