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    
lazarus / usr / share / lazarus / 1.6 / components / PascalScript / Samples / Import / testinclude.rops
Size: Mime:
{
  This file is part of a DEFINE / INCLUDE test. Use 
  testdefine.rops file to execute this file.
}

procedure TestProc;
begin
  Writeln('Test Proc Called');
  {$IFDEF ERROR}
  Error!
  {$ENDIF}
end;