Data stack: ( v -- char* n )
+From: Ralph Ronnquist
TELL +.TEMP TERMINATE0 TFA>CFA TFA>DFA @@ -1848,6 +1849,23 @@ the current BASE (either DECIMAL
Data stack: ( v -- char* n )
+".TEMP" is a function word that renders a cell value as an integer +using the current BASE, which is either +DECIMAL or HEX. In DECIMAL +BASE, a negative value is rendered as such with a leading +minus sign, whereas HEX BASE rendering is +unsigned.