str-two-dup:dstrings — ordinary primitive
FORTH
$2DUP ( $: a$ b$ -- a$ b$ a$ b$ )(
)
Leave copies of the two topmost string stack entries. The string values are not copied. <ansref>"string-two-dupe"</ansref>