From: Matthias T. <mt...@we...> - 2012-09-13 14:53:04
|
Hi Arthur, > I think I see a bug in your AmForth v4.9. > In file ..\core\words\to-lower.asm I see .... > This will not convert Z chat to lower case. > To fix you have to replace the string > .dw 'Z' > by the string > .dw 'Z'+1 Yes indeed. Thank you. Fix applied. btw: the toupper word does respect the limits of WITHIN correctly. And yes: the amforth WITHIN does work as specified in the standards. Whoever may be guilty of its strangeness ;) Matthias |