Name

s-quote:core — compiling primitive

Synopsis

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

Description

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 "

dpANS 11.6.1.2165 - standard forth word