Thun/docs/reference/binary.md

458 B

Combinator Run a quoted program using exactly two stack values and leave the first item of the result on the stack. ... y x [P] binary
## binary Combinator Run a quoted program using exactly two stack values and leave the first item of the result on the stack. ... y x [P] binary
        ... a

Definition

[unary] [popd]

Discussion

Runs any other quoted function and returns its first result while consuming exactly two items from the stack.

nullary ternary unary