2DUP ( a,a -- a,a a,a )
simulate: : 2DUP OVER OVER ; ( wrong would be : 2DUP DUP DUP ; !!)
reference: p4_two_dup in ../src/core.c:0448, export CO 2DUP