bug fix !+
[rrq/rrqforth.git] / adoc / p_double_quote.adoc
1 // stdio.asm:   WORD p_double_quote,'"',fasm ;; " (fool emacs)
2
3 anchor:p_double_quote[]
4
5 === Word: "
6 ....
7 data stack: ( -- char n )    Input stream: ...."
8 ....
9
10 """ (double quote) is a function word that copies the input stream
11 text up to next double quote to <<p_pad,PAD>>, and returns the
12 [n:char*] cell pair for that string.
13
14
15