S" RSHIFT S-K1
S" string" ( -- string-address string-length)  
smart-word ansi 11.6.1.2165 <CORE>
if compiling then place the string into the currently compiled word and on execution the string pops up again as a double-cell value yielding the string's address and length. To be most portable this is the word to be best being used. Compare with C" and non-portable "

reference: p4_s_quote in ../src/core.c:1667, export CS S"