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