From: Matthias T. <mt...@we...> - 2010-09-03 17:49:41
|
Pito, you never give, yea? > the 4th is using a constant "casesensitive" for switching case > sensitivity on/off. I've found that only "compare.4th" is using this > constant (compares two strings). In C sources there is "comp_4th.c" > which does mention sensitivness, but not using the constant. Can > this somehow be used for amforth as well? The idea yes, but not the implementation. The most important issue (besides that I do not want it) is that icompare works on two characters at the same time. And that the case is only significant for 7bit ASCII, not more not less. Matthias |