rename assembly link for >R
[rrq/rrqforth.git] / adoc / p_literal_string.adoc
1 Word: S"
2 ----------
3
4 anchor:p_literal_string[]
5 ----
6 compile.asm:    WORD p_literal_string,'S"',fasm ;; " (fool emacs)
7 ----
8
9 "S"" is a function word for, in compaling mode, creating a string
10 literal whose pname ( char* n ) gets pushed in interpreting mode.
11
12 Similar to "LIT", "S"" will insert the string into the containing
13 definition, and use it from there.
14
15