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