--- /dev/null
+// stdio.asm: WORD p_dot_temp,'.TEMP',fasm
+
+anchor:p_dot_temp[]
+
+=== Word: .TEMP
+
+....
+Data stack: ( v -- char* n )
+....
+
+".TEMP" is a function word that renders a cell value as an integer
+using the current <<p_base,BASE>>, which is either
+<<p_decimal,DECIMAL>> or <<p_hex,HEX>>. In <<p_decimal,DECIMAL>>
+<<p_base,BASE>>, a negative value is rendered as such with a leading
+minus sign, whereas <<p_hex,HEX>> <<p_base,BASE>> rendering is
+unsigned.
+
include::separator.adoc[]
include::adoc/p_dot.adoc[]
include::separator.adoc[]
+include::adoc/p_dot_temp.adoc[]
+include::separator.adoc[]
include::adoc/p_double_quote.adoc[]
include::separator.adoc[]
include::adoc/p_dovalue.adoc[]
xref:p_system[SYSTEM] {nbsp}
xref:p_tell[TELL] {nbsp}
+xref:p_dot_temp[.TEMP] {nbsp}
xref:p_terminate0[TERMINATE0] {nbsp}
xref:p_tfa2cfa[TFA>CFA] {nbsp}
xref:p_tfa2dfa[TFA>DFA] {nbsp}