[Flashforth-devel] Flash Forth 3.8 words.txt error
Brought to you by:
oh2aun
|
From: Simon B. <sim...@ho...> - 2014-05-10 14:07:04
|
Hello,
I think I've noticed an error in this file where
---------------
number? ( c-addr -- n/d/c-addr flag )
Convert string to number
# is decimal prefix
$ is hexadecimal prefix
% is binary prefix
Flag: 0=error, 1=double, 2=single
---------------
I've been testing this with single and double and the flag
I think should be 1=single, 2=double.
Is this right?
Thanks,
Simon.
|