Sven Barth via fpc-pascal wrote:
"However assigning a nested function variable to a function
reference is much harder.
Assigning a function reference to a nested function variable is hard
as well. "
"is nested" means that the actual function passed can be either global or local
Ryan Joseph via fpc-pascal schrieb am
Mi., 16. Feb. 2022, 07:59:
>
>
> > On Feb 16, 2022, at 2:46 AM, Sven Barth via fpc-pascal <
> fpc-pascal@lists.freepascal.org> wrote:
> >
> > // nested function/procedure/routine variable
> > type
> > TFoobarNested = function: LongInt is nested;
> >
> > var