Handbook
Glossary
3bi@ ( u v w x y z quot -- )
Extra combinators
Prev:
4bi* ( s t u v w x y z p q -- )
Next:
4bi@ ( s t u v w x y z quot -- )
Vocabulary
combinators
.
extras
Inputs
u
an
object
v
an
object
w
an
object
x
an
object
y
an
object
z
an
object
quot
a
quotation
with stack effect
( obj1 obj2 obj3 -- ... )
Outputs
None
Word description
Applies the quotation to
u
,
v
and
w
, and then to
x
,
y
and
z
.
Definition
USING:
kernel
;
IN:
combinators.extras
:
3bi@
( u v w x y z quot -- )
dup
3bi*
;
inline