X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=reference.html;h=7b6cb8a76ba03b4ffab29e3c1afa8e80369db11c;hb=b49fed131d5a7806d0737bdc6f9b693c64753cf2;hp=9900bbd6523455f03232be79b6944e426f725a5e;hpb=426857d112aab766d577f58982141963952e49c8;p=rrq%2Frrqforth.git diff --git a/reference.html b/reference.html index 9900bbd..7b6cb8a 100644 --- a/reference.html +++ b/reference.html @@ -871,6 +871,7 @@ asciidoc.install(); SWAP   SYSTEM  

TELL   +.TEMP   TERMINATE0   TFA>CFA   TFA>DFA   @@ -1848,6 +1849,23 @@ the current BASE (either DECIMAL

_______________________________________________________
+

+
+
+

Word: .TEMP

+
+
+
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.

+
+_______________________________________________________ +

@@ -3536,7 +3554,7 @@ is deepest.