[fpc-pascal] Why limit string constant to 255?

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Jan 14 16:34:32 CET 2010


On 14 Jan 2010, at 15:23, Jichao Yang wrote:

> I have one question about the free pascal programming language: why
> limit string constant to 255?

It's an implementation limit of the scanner (which uses shortstrings for speed reasons).


Jonas


More information about the fpc-pascal mailing list