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