upgrade
[rrq/rrqforth.git] / adoc / p_dot.adoc
index 621bee267d9b41e5952e98343d9dba46c061c2ba..1a884ed227f84544a6bad9500aabac4cadde4b68 100644 (file)
@@ -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
-<<p_base,BASE>> (either <<p_decimal,DECIMAL>> or <<p_hex,HEX>>).
-
+"." is a function word that prints the top stack value to stdout using
+the current <<p_base,BASE>> (either <<p_decimal,DECIMAL>> or
+<<p_hex,HEX>>).