[fpc-pascal] operator in

Jonas Maebe jonas.maebe at elis.ugent.be
Tue Dec 27 13:45:00 CET 2011


On 27 Dec 2011, at 13:41, Marcos Douglas wrote:

> Why operator 'in' has a limit?

Turn on range checking and you will get a range check error (turning on range checking when you get strange results should always be the first reflex). Sets are limited to 256 elements because of implementation reasons. One day, large sets may be supported, but that will probably not happen any time soon.


Jonas


More information about the fpc-pascal mailing list