ZSTRLEN
* ZSTRLEN ( z* -- len )

push length of z-string.
 : ZSTRLEN ZCOUNT NIP ;
(see libc strlen(3)) / compare with ZMOVE / CMOVE

FORTH/BASE zchar ordinary primitive