[fpc-devel] Local procedures as procedural parameter

Florian Klaempfl florian at freepascal.org
Mon Mar 14 10:55:51 CET 2005


Michael Van Canneyt wrote:

>> In fact standard pascal does not allow procedure variables, only 
>> procedure
>> parameters (note the difference). I suppose the above problem is the
>> reason.
> 
> 
> Then I think standard pascal is very handicapped indeed.

var
   f : function : longint of procedure(a : longint);

:)?





More information about the fpc-devel mailing list