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.0.0 / tests / tbf / tb0059.pp
Size: Mime:
{ %FAIL }
{ Old file: tbf0310.pp }
{ local and para dup are not detected                    OK 0.99.15 (FK) }

procedure p(s:string);
var
  s : string;
begin
  writeln(s);
end;

begin
  p('test');
end.