[fpc-pascal] Label

Rainer Stratmann RainerStratmann at t-online.de
Thu Aug 9 15:27:51 CEST 2012


Is it possible to get the adress of a label in a procedure?


label mark1;

procedure s;
begin
 mark1:
end;

var p : pointer;

begin
 p := @mark1;  // does not work;
end;



More information about the fpc-pascal mailing list