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