11.6.2.2266
S\"
s-backslash-quote
FILE EXT
 
Extend the semantics of 6.2.2266 S\" to be:

Interpretation:
( "ccc<quote>" -- c-addr u )

Parse ccc delimited by " (double quote) according to the translation rules given in 6.2.2266 S\". Store the resulting string in a transient buffer c-addr u.

Compilation:
( "ccc<quote>" -- )

Parse ccc delimited by " (double quote) according to the translation rules given in 6.2.2266 S\". Append the run-time semantics given below to the current definition.

Run-time:
( -- c-addr u )

Return a string c-addr u describing the translation of ccc. A program shall not alter the returned string.