TAnnBool = boolean;
ANNbool // This is a simple boolean type. Although ANSI C++ is supposed // to support the type bool, some compilers do not have it. // ----------------------------------------------------------------------// Dozy note: as there is NO need to work with ANSI C++ compiler // we use Delphi compire's boolean type // TAnnBool = (ANNfalse = 0, ANNTrue = 1); // ANN boolean type (non ANSI C++) // todo: Boolean