X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_double_quote.adoc;h=8568180c7f8f275e6ef47cdcb603f31a73733c44;hb=656f37efbd89db1b1088281047a9633cf74e92ec;hp=1c8e09ffa5df738e8ec855568448e6d9b18717ca;hpb=fe4d0a01d5703d1ed6fa230679add024b5b2ca5c;p=rrq%2Frrqforth.git diff --git a/adoc/p_double_quote.adoc b/adoc/p_double_quote.adoc index 1c8e09f..8568180 100644 --- a/adoc/p_double_quote.adoc +++ b/adoc/p_double_quote.adoc @@ -1,9 +1,15 @@ +// stdio.asm: WORD p_double_quote,'"',fasm ;; " (fool emacs) + anchor:p_double_quote[] -Word: " -------- +=== Word: " +.... +data stack: ( -- char n ) Input stream: ...." +.... + +""" (double quote) is a function word that copies the input stream +text up to next double quote to <>, and returns the +[n:char*] cell pair for that string. + ----- -stdio.asm: WORD p_double_quote,'"',fasm ;; " (fool emacs) -----