Name

appendz:zchar — ordinary primitive

Synopsis

FORTH
+ZPLACE ( caddr* u zdest* -- )(); 
 ;

Description

Add the string defined by CADDR LEN to the zero terminated string at ZDEST - (for older scripts the SYNONYM named APPENDZ exists) (see libc strncat(3)) / compare with ZPLACE / +PLACE