// temp.asm: WORD p_str2temp,'STR>TEMP' anchor:p_str2temp[] === Word: STR>TEMP **** Data stack: ( char* n -- char* n ) **** "STR>TEMP" is a function word that copies a given string plus a terminating NUL character into a <> snippet, all preceded by a length cell. It returns a pointer for to the text in the snippet and its length, excluding the NUL character at end and the length cell before tie text. .copied string [caption='Layout for '] ---- length: 8 bytes returned char*: n bytes nul: 1 byte ----