Update of bug #49798 (project gforth):

                  Status:                    None => Invalid                
             Assigned to:                    None => anton                  

    _______________________________________________________

Follow-up Comment #1:

Note that the documented stack effect is:

s>number? ( addr u -- d f )

d is a double-cell integer, and .s will show two cells for it, with the 0
being the most significant half of the d (double-cell integer).  If you do

clearstacks s" 1001" s>number? . d. .s

"." prints the flag, "d." prints the d, and .s shows that nothing is left.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49798>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
bug-gforth mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gforth

Reply via email to