str-dot:dstrings — ordinary primitive
FORTH
$. ( $: a$ -- )();p4:"str-dot";
$. ( $: a$ -- )(
)
Display the string on the terminal. If the system implementation of TYPE has its output vectored, $. uses the same vector. <ansref>"string-dot"</ansref>