[fpc-pascal] FPC Syntax
Damien Gerard
milipili at shikami.org
Mon May 26 11:10:16 CEST 2008
Le May 26, 2008 à 10:53 AM, Michael Van Canneyt a écrit :
>
>
> On Mon, 26 May 2008, Damien Gerard wrote:
>
>>
>> Just for my personal knowledge, does anybody know what that syntax
>> means :
>>
>> Procedure Reset(var f : TypedFile); [INTERNPROC:
>> fpc_in_Reset_TypedFile];
>> (systemh.inc,653)
>
> This is an internal compiler routine: when the compiler encounters a
> reset(afile);
> where afile is a typed file, then this routine is called.
>
> The internproc number is hard-coded in the compiler.
Thanks
--
Damien Gerard
milipili at shikami.org
"Intelligence is 10 million rules."
-- Douglas Lenat
More information about the fpc-pascal
mailing list