$S>
* $S> ( $: a$ -- S: a.str )

Drop a$ from the string stack and leave it as a Forth string a.str,
without copying. "string-s-from"
WARNING:  If a$ is a dynamic string, it may  at the next garbage

collection, making a.str invalid.

dstrings ordinary primitive