1temp2d ( quot: ( a b c -- d e f ) -- quot )


Vocabulary
combinators.extras

Inputs
quota quotation with stack effect ( a b c -- d e f )


Outputs
quotan object


Definition


: 1temp2d ( quot: ( a b c -- d e f ) -- quot )
[ [ rot ] ] dip [ -rot ] compose compose ; inline