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 / webtbf / tw1306.pp
Size: Mime:
{ %FAIL }
{ Source provided for Free Pascal Bug Report 1306 }
{ Submitted by "Sergey Kosarevsky" on  2000-12-22 }
{ e-mail: freecommander@aport2000.ru }
UNIT OPERAT;
INTERFACE

USES DOS;

OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;

IMPLEMENTATION

OPERATOR [] (A,B:SEARCHREC) R:BOOLEAN;
BEGIN
END;

BEGIN
END.