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 ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Amforth-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amforth-devel
