Name

string-comma:toolbelt — ordinary primitive

Synopsis

FORTH

STRING, ( str len -- )();
p4:"string-comma";

Description

Store a string in data space as a counted string.

 : STRING, HERE  OVER 1+  ALLOT  PLACE ;