X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_stdin.adoc;h=a01321066ca0b5475803cc1fd8839ebb60c975ec;hb=1fb804b8f6a4bd907491e5d64d4a16e190e64c17;hp=5bb09b0508861760a11c25ca77ddf74fca9a1716;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_stdin.adoc b/adoc/p_stdin.adoc index 5bb09b0..a013210 100644 --- a/adoc/p_stdin.adoc +++ b/adoc/p_stdin.adoc @@ -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.