Sujet : Re: FP number syntax
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 27. Dec 2024, 01:41:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87v7v6neim.fsf@nightsong.com>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
anton@mips.complang.tuwien.ac.at (Anton Ertl) writes:
<https://forth-standard.org/standard/double#subsection.8.3.1>
Aha, thanks. Similarly 8.3.2 for DPANS94. Oddly, in gforth, "123.45"
pushes 12345 0. I can understand "123." is a number (123) followed by a
decimal point, but I'd expect the 45 to either be invalid or another
number, giving 123 0 45.