VocabularykernelInputsOutputsNone
Word descriptionApplies
p to the three input values, then applies
q to the three input values.
ExamplesIf
[ p ] and
[ q ] have stack effect
( x y z -- ), then the following two lines are equivalent:
[ p ] [ q ] 3bi
3dup p q
In general, the following two lines are equivalent:
[ p ] [ q ] 3bi
[ p ] 3keep q
Definition