Does anyone have a PDF copy of the final docs for Metrowerks Pascal?
I'm trying to find the equivalent of Delphi's $EXTENDEDSYNTAX. I
remember there was one added, but I can't remember what the syntax is
for it. Specifically, I'm looking for a way to do this:
function SomeFunc:integer;
begin
end;
procedure Func2;
begin
SomeFunc; {throwing away result}
end;