Handbook
Glossary
3false-unless ( obj1 obj2 obj3 ? -- f f f )
Vocabulary
combinators
.
extras
Inputs
obj1
an
object
obj2
an
object
obj3
an
object
?
an
object
Outputs
f
an
object
f
an
object
f
an
object
Definition
USING:
kernel
;
IN:
combinators.extras
:
3false-unless
( obj1 obj2 obj3 ? -- f f f )
[
>3false
]
unless
;
inline