some new words
[rrq/rrqforth.git] / adoc / p_stdin.adoc
index 5bb09b0508861760a11c25ca77ddf74fca9a1716..a01321066ca0b5475803cc1fd8839ebb60c975ec 100644 (file)
@@ -1,9 +1,12 @@
+// rrqforth.asm:       WORD p_stdin,'STDIN',dovalue
+
 anchor:p_stdin[]
 
-Word: STDIN
------------
+=== Word: STDIN
 
-----
-rrqforth.asm:  WORD p_stdin,'STDIN',dovalue
-----
+....
+Data stack: ( -- stream )
+....
 
+"STDIN" is a value word referring to the stream buffer for the
+standard input file descriptor.