Name

str-variable:dstrings — ordinary primitive

Synopsis

FORTH
$VARIABLE ( "name" -- )(); 
 ;

Description

   "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$. <ansref>"string-variable"</ansref>"