From: Kalus M. <mic...@on...> - 2010-09-30 16:08:32
|
Hi Pito. If >float is assembler defined and closed with something like end- code, this end-code has to smudge the definition the same way ; (semicolon) does it. It has been a long standing claim that a definition may not be found until it is finished. So setting the "smudgebit" is last thing to do. amforth4.2 has this behavior now. Maybe you found a side effect of this new behaviour. But there shoud be some kind of "smudge" word to solve this problem then. Michael Am 30.09.2010 um 15:44 schrieb pito: > Yes, it is something with 4.2. I'm back to 4.0 and: > >> bl parse 4.2232e-12 type > 4.2232e-12 ok >> bl parse 4.2232e-12 >float > ok >> fs. > 4.2231998E-12 ok >> bl parse 4.2232e-12 >float fs. > 4.2231998E-12 ok >> > > I wrote to Matthias on 4.2 "issue", there must be something > different against 4.0 which is cousing me issues..P. > |