X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_tell.adoc;h=a84fb1a84698b36fe94510745c6ca0ad4426126d;hb=2970d5d687c74fc8d2f036300220005c4ee0603a;hp=4a607d7a7be40236e3d2099f3ec45af43cc622c0;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_tell.adoc b/adoc/p_tell.adoc index 4a607d7..a84fb1a 100644 --- a/adoc/p_tell.adoc +++ b/adoc/p_tell.adoc @@ -1,9 +1,11 @@ -anchor:p_tell[] +// stdio.asm: WORD p_tell,'TELL',fasm -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).