Word: S" ---------- anchor:p_literal_string[] ---- compile.asm: WORD p_literal_string,'S"',fasm ;; " (fool emacs) ---- "S"" is a function word for, in compaling mode, creating a string literal whose pname ( char* n ) gets pushed in interpreting mode. Similar to "LIT", "S"" will insert the string into the containing definition, and use it from there.