1temp1d ( 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


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