Name

str-dup:dstrings — ordinary primitive

Synopsis

FORTH

$DUP ( $: a$ -- a$ a$ )();
p4:"str-dup";

Description

Leave a copy of the topmost string stack entry. The string value is not copied. <ansref>"string-dupe"</ansref>