$2DUP
* $2DUP ( $: a$ b$ -- a$ b$ a$ b$ )

Leave copies of the two topmost string stack entries. The string
values are not copied. "string-two-dupe"

FORTH/DEF dstrings ordinary primitive