zero-strings:dstrings — ordinary primitive
FORTH
0STRINGS
( -- )(
)
;
p4:"zero-strings";
Set all string variables holding bound string values in string space to the empty string, and clear string space, including the string buffer, string stack, and string stack frames. <ansref>"zero-strings"</ansref>
NOTE: If used for under the hood development, this word must be executed only when string space is in a valid state.