str-two-drop:dstrings — ordinary primitive
FORTH
$2DROP ( $: a$ b$ -- )(
)
Drop the two topmost string stack entries, marking them as garbage if appropriate. <ansref>"string-two-drop"</ansref>