[fpc-devel] systems.pas question
Ozz Nixon
ozznixon at gmail.com
Sun Sep 1 23:25:47 CEST 2019
in func GetOSRelDate:Longint
What is S used for???
S : AnsiString;
Begin
s:='ab';
SetLength(S,50);
{never used}
Next, 3 functions what is the benefit of having the exit instruction:
exit;
end;
end; {end of func definition}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190901/1adf1dc9/attachment.html>
More information about the fpc-devel
mailing list