This file contains the "Known Bugs" section.

o All environment functions, except env_matchVar(), are case-sensitive! Thus
	env_findVar(0, "temp") will fail, because normally all DOS environment
	variables are in upper-case.
	Well, this is, of course :-), not a bug but a feature. Just use the
	env_matchVar() to adjust the variable's name prior using it.
