str-variable:dstrings — ordinary primitive
FORTH
$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$. <ansref>"string-variable"</ansref>"