[fpc-devel] Delphi anonymous methods
    Graeme Geldenhuys 
    graeme at geldenhuys.co.uk
       
    Tue Mar  5 10:20:03 CET 2013
    
    
  
On 2013-03-04 20:33, Howard Page-Clark wrote:
> 
> You can simulate this in FPC as well as TP by using a local typed 
> constant. e.g.
> 
> function GetValue: integer;
> const value: integer = 0;
> begin
>    Inc(value);
>    Result:= value;
> end;
I've seen this before, and always been baffled by this. How can you
increment a "constant"? If you can, it is then a variable, no?
Regards,
  - Graeme -
-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
    
    
More information about the fpc-devel
mailing list