3DUP ( a b c -- a b c a b c )
simulate: : 3DUP 3 PICK 3 PICK 3 PICK ;
reference: p4_three_dup in ../src/lpf83.c:0171, export CO 3DUP