Name

str-two-drop:dstrings — ordinary primitive

Synopsis

FORTH
$2DROP ( $: a$ b$ -- )(); 
 ;

Description

Drop the two topmost string stack entries, marking them as garbage if appropriate. <ansref>"string-two-drop"</ansref>