6.1.0980
COUNT
 
CORE
 
( c-addr1 -- c-addr2 u )

Return the character string specification for the counted string stored at c-addr1. c-addr2 is the address of the first character after c-addr1. u is the contents of the character at c-addr1, which is the length in characters of the string at c-addr2.

Testing:
T{ GT1STRING COUNT -> GT1STRING CHAR+ 3 }T