//compile.asm: WORD p_literal_string_compile,'S"',fasm ;; " (fool emacs) anchor:p_literal_string_compile[] === Word: S" .... Data stack: ( -- ) Input stream: " chars" .... "S"" is an immediate function word that compiles the subseqent characters up to terminating double-quote into the current definition, preceded by a <> cell, and the count of bytes scanned. The inline text includes a terminating NUL character which also is included in the inlined count. Note that "S"" uses <> for reading the string.