S"
* S" ( [string<">] -- string-address string-length)

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 "

FORTH/ANS core compiling primitive