Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / tbs / tb0128.pp
Size: Mime:
{ Old file: tbs0147.pp }
{ function b; is not allowed in implementation          OK 0.99.7 (PFV) }

{$mode tp}
unit tb0128;
interface

function b:boolean;

implementation

function b;
begin
end;

end.