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 / testdefine.rops
Size: Mime:
{.$DEFINE ERROR} 

// Remove the . before the define to 
// cause an error in textinclude.rops

{$I testinclude.rops}
begin
  testproc();
  writeln('test');
end.