// wordlists.asm: WORD p_strlen,'STRLEN',fasm anchor:p_strlen[] === Word: STRLEN .... Data stack: ( s -- n ) .... "STRLEN" is a function words that counts how many bytes there are from s to the first NUL byte and returns that count, n, not including the NUL byte.