Name
str-drop:dstrings — ordinary primitive
Synopsis
FORTH
$DROP
( $: a$ -- )(
)
;
p4:"str-drop";
Description
Drop the topmost string stack entry, marking it as garbage if
it is initially bound to the top of the string stack.
<ansref>"string-drop"</ansref>