[fpc-pascal] Strange message about mixed signed expression

Howard Page-Clark hdpc at talktalk.net
Tue Jan 21 18:43:03 CET 2014


On 21/01/2014 17:33, Jürgen Hestermann wrote:
> I always wondered why I get a compiler message for the following code
> ...
>
> if i+length(M)<length(F) then
> ...
> But where are signed expressions involved?

Length is declared in the compiler/RTL to return an integer result.

Howard





More information about the fpc-pascal mailing list