2temp2d ( quot: ( a b c d -- e f g h ) -- quot )


Vocabulary
combinators.extras

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


Outputs
quotan object


Definition


: 2temp2d ( quot: ( a b c d -- e f g h ) -- quot )
[ [ 2 4 0 nrotated ] ] dip [ 2 4 0 -nrotated ] compose
compose ; inline