* ZCOUNT ( z* -- z* len ) push length of z-string, additionally to the string addr itself. : ZSTRLEN ZCOUNT NIP ; (see libc strlen(3)) / compare with COUNT / ZSTRLEN
ZCOUNT
( z* -- z* len )
: ZSTRLEN ZCOUNT NIP ;
COUNT
ZSTRLEN
FORTH/BASE zchar ordinary primitive