[fpc-pascal] procedure modifiers
Xiangrong Fang
xrfang at gmail.com
Sat Mar 15 10:04:52 CET 2014
Hi All,
I wonder where should I put procedure modifiers, in the interface section,
or implementation section, or both?
e.g.
interface
function test(data: Integer): Integer; inline; <-- here?
implementation
function test(data: Integer): Integer; inline; <-- here?
begin
//......
end;
Thanks,
Xiangrong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140315/2237efa3/attachment.html>
More information about the fpc-pascal
mailing list