$VARIABLE
* $VARIABLE ( "name" -- )
   "name" execution:	( -- dfa )

Create an ordinary Forth variable and initialize it to the
address of a fixed, external, measured representation of the
empty string, such as that pushed onto the string stack by
EMPTY$. "string-variable""

FORTH/DEF dstrings ordinary primitive