X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=adoc%2Fp_dot.adoc;h=1a884ed227f84544a6bad9500aabac4cadde4b68;hb=53f50810894e81457a75348b0565b4281d4762b4;hp=621bee267d9b41e5952e98343d9dba46c061c2ba;hpb=b7da3f7bbd1cb10241163abdb950472e539e796d;p=rrq%2Frrqforth.git diff --git a/adoc/p_dot.adoc b/adoc/p_dot.adoc index 621bee2..1a884ed 100644 --- a/adoc/p_dot.adoc +++ b/adoc/p_dot.adoc @@ -1,14 +1,13 @@ -anchor:p_dot[] +// stdio.asm: WORD p_dot,'.',fasm -Word: . -------- +anchor:p_dot[] ----- -stdio.asm: WORD p_dot,'.',fasm ----- +=== Word: . +.... Data stack: ( v -- ) +.... -"." is a function word that prints the top stack value to stdout usonb -<> (either <> or <>). - +"." is a function word that prints the top stack value to stdout using +the current <> (either <> or +<>).