X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_tell.adoc;h=736db573620b9854feb77bcc4ffd0d0a8c3ce524;hb=a0aa0a5825ce306120666fd5425308a8ec9314f8;hp=4a607d7a7be40236e3d2099f3ec45af43cc622c0;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_tell.adoc b/adoc/p_tell.adoc index 4a607d7..736db57 100644 --- a/adoc/p_tell.adoc +++ b/adoc/p_tell.adoc @@ -1,9 +1,11 @@ -anchor:p_tell[] +// stdio.asm: WORD p_tell,'TELL' -Word: TELL ----------- +anchor:p_tell[] ----- -stdio.asm: WORD p_tell,'TELL',fasm ----- +=== Word: TELL +.... +Data stack: ( char* n -- ) +.... +"TELL" is a function word that prints a string to stdout (file +descriptor 1).