fixing
[rrq/rrqforth.git] / adoc / p_dot.adoc
1 // stdio.asm:   WORD p_dot,'.',fasm
2
3 anchor:p_dot[]
4
5 === Word: .
6
7 ....
8 Data stack: ( v -- )
9 ....
10
11 "." is a function word that prints the top stack value to stdout using
12 the current <<p_base,BASE>> (either <<p_decimal,DECIMAL>> or
13 <<p_hex,HEX>>).