major touch-up into presentable form
[rrq/rrqforth.git] / adoc / p_double_quote.adoc
index 1c8e09ffa5df738e8ec855568448e6d9b18717ca..8568180c7f8f275e6ef47cdcb603f31a73733c44 100644 (file)
@@ -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 <<p_pad,PAD>>, and returns the
+[n:char*] cell pair for that string.
+
 
-----
-stdio.asm:     WORD p_double_quote,'"',fasm ;; " (fool emacs)
-----